index
:
miasm
this commit
ck/x86-blsi
develop
master
ta/arm64-ldsmaxb
ta/nix
ta/x86-adcx
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
example
/
expression
/
basic_simplification.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-01-18
MemStruct: Pinned* renamed back to Mem*
Florent Monjalet
3
-166
/
+166
2016-01-18
MemStruct: Global doc update
Florent Monjalet
3
-174
/
+254
2016-01-18
MemStruct: allow Type instance in cast
Florent Monjalet
3
-16
/
+19
2016-01-18
MemStruct: Str type
Florent Monjalet
3
-67
/
+86
2016-01-18
MemStruct: Array/PinnedArray homogeneity
Florent Monjalet
3
-158
/
+84
2016-01-18
MemStruct: No more 'pin' and 'mem_sized_arraytype' functions
Florent Monjalet
2
-55
/
+13
2016-01-18
MemStruct: big refactor in process
Florent Monjalet
3
-348
/
+407
2016-01-18
MemStruct: Refactoring in process
Florent Monjalet
1
-0
/
+86
2016-01-18
MemStruct: Big refactoring, Mem* -> Pinned*
Florent Monjalet
3
-304
/
+325
2016-01-18
MemStruct: MemField -> Type
Florent Monjalet
1
-31
/
+32
2016-01-18
MemStruct: Struct -> RawStruct
Florent Monjalet
2
-10
/
+10
2016-01-18
MemStruct: MemSelf usage fix
Florent Monjalet
2
-4
/
+14
2016-01-18
MemStruct: hash form fix
Florent Monjalet
1
-11
/
+8
2016-01-18
MemStruct: doc + TODO additions + minor fixes
Florent Monjalet
1
-45
/
+45
2016-01-18
MemStruct example: fix memset usage
Florent Monjalet
1
-4
/
+2
2016-01-18
Heap: adding page permissions option
Florent Monjalet
1
-4
/
+7
2016-01-18
MemStruct: fix example to use Ptr to MemSizedArray rather that Array
Florent Monjalet
1
-3
/
+3
2016-01-18
MemStruct: Fix MemStruct __eq__
Florent Monjalet
2
-6
/
+9
2016-01-18
MemStruct: dyn types (returned by mem*()) are now cached
Florent Monjalet
2
-26
/
+53
2016-01-18
MemStruct: all MemField __hash__
Florent Monjalet
1
-0
/
+25
2016-01-18
MemStruct: MemField equality
Florent Monjalet
2
-20
/
+93
2016-01-18
MemStruct: pylint
Florent Monjalet
1
-6
/
+6
2016-01-18
MemStruct: remaining MemStruct doc + renaming/little fixes
Florent Monjalet
1
-49
/
+260
2016-01-18
MemStruct: module and MemFields documentation
Florent Monjalet
2
-25
/
+269
2016-01-18
MemStruct: method reorganization
Florent Monjalet
1
-42
/
+50
2016-01-18
MemStruct: minor fixes + toy example script
Florent Monjalet
3
-4
/
+237
2016-01-18
MemStruct: auto-allocation feature
Florent Monjalet
3
-84
/
+111
2016-01-18
Introducing MemStruct feature in miasm2.analysis.mem
Florent Monjalet
3
-0
/
+1138
2016-01-15
AsmBloc: c_bad is now an asm_block_bad (edge -> node)
Ajax
2
-71
/
+73
2016-01-15
AsmBlock: introduce asm_block_bad
Ajax
1
-0
/
+30
2016-01-15
AsmBloc: "type() is ... " -> isinstance
Ajax
1
-3
/
+3
2016-01-15
Expression: slots
Fabrice Desclaux
2
-20
/
+47
2016-01-15
Instructions: slots class
Fabrice Desclaux
7
-0
/
+11
2016-01-15
Fix tinycc README
Fabrice Desclaux
1
-3
/
+7
2016-01-12
smt2_translator: fixed regression test insertion, creds @serpilliere and @com...
Tim Blazytko
1
-1
/
+3
2016-01-12
AsmConstraint.label is always an asm_label: remove dead code
Ajax
1
-19
/
+4
2016-01-12
AsmBloc: handle multiple constraints to the same block
Ajax
2
-2
/
+48
2016-01-11
AsmConstraint: ensure label is always an asm_label
Ajax
2
-1
/
+4
2016-01-11
Mips32: fix delayslot (creds @serpilliere)
Ajax
2
-6
/
+3
2016-01-11
Mips32: fix base_expr use (creds @serpilliere)
Ajax
1
-1
/
+1
2016-01-11
AsmLabel label argument must not be optional
Ajax
1
-4
/
+4
2016-01-08
BinStream: use a standard dict instead of a bounded one
Ajax
1
-2
/
+1
2016-01-08
Cpu: leave atomic mode on disasm Exception
Ajax
1
-5
/
+5
2016-01-08
BinStream: ensure atomic mode state before switching
Ajax
1
-0
/
+2
2016-01-08
MnemoDis: enter atomic mode for a disasm boost
Ajax
2
-1
/
+5
2016-01-08
BinStream: use the wrapper on get_bytes for each bin stream
Ajax
2
-6
/
+6
2016-01-08
BinStream: introduce Atomic Mode (read may be cached)
Ajax
1
-1
/
+34
2016-01-08
BinStream: comment getbits
Ajax
1
-16
/
+22
2016-01-08
BinStream: merge getbits calls to getbytes
Ajax
1
-5
/
+7
2016-01-08
smt2_translator: fixed bug in ExprId to escape expression names
Tim Blazytko
1
-3
/
+9
[next]