about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-18MemStruct: Pinned* renamed back to Mem*Florent Monjalet3-166/+166
2016-01-18MemStruct: Global doc updateFlorent Monjalet3-174/+254
2016-01-18MemStruct: allow Type instance in castFlorent Monjalet3-16/+19
2016-01-18MemStruct: Str typeFlorent Monjalet3-67/+86
2016-01-18MemStruct: Array/PinnedArray homogeneityFlorent Monjalet3-158/+84
2016-01-18MemStruct: No more 'pin' and 'mem_sized_arraytype' functionsFlorent Monjalet2-55/+13
2016-01-18MemStruct: big refactor in processFlorent Monjalet3-348/+407
2016-01-18MemStruct: Refactoring in processFlorent Monjalet1-0/+86
2016-01-18MemStruct: Big refactoring, Mem* -> Pinned*Florent Monjalet3-304/+325
2016-01-18MemStruct: MemField -> TypeFlorent Monjalet1-31/+32
2016-01-18MemStruct: Struct -> RawStructFlorent Monjalet2-10/+10
2016-01-18MemStruct: MemSelf usage fixFlorent Monjalet2-4/+14
2016-01-18MemStruct: hash form fixFlorent Monjalet1-11/+8
2016-01-18MemStruct: doc + TODO additions + minor fixesFlorent Monjalet1-45/+45
2016-01-18MemStruct example: fix memset usageFlorent Monjalet1-4/+2
2016-01-18Heap: adding page permissions optionFlorent Monjalet1-4/+7
2016-01-18MemStruct: fix example to use Ptr to MemSizedArray rather that ArrayFlorent Monjalet1-3/+3
2016-01-18MemStruct: Fix MemStruct __eq__Florent Monjalet2-6/+9
2016-01-18MemStruct: dyn types (returned by mem*()) are now cachedFlorent Monjalet2-26/+53
2016-01-18MemStruct: all MemField __hash__Florent Monjalet1-0/+25
2016-01-18MemStruct: MemField equalityFlorent Monjalet2-20/+93
2016-01-18MemStruct: pylintFlorent Monjalet1-6/+6
2016-01-18MemStruct: remaining MemStruct doc + renaming/little fixesFlorent Monjalet1-49/+260
2016-01-18MemStruct: module and MemFields documentationFlorent Monjalet2-25/+269
2016-01-18MemStruct: method reorganizationFlorent Monjalet1-42/+50
2016-01-18MemStruct: minor fixes + toy example scriptFlorent Monjalet3-4/+237
2016-01-18MemStruct: auto-allocation featureFlorent Monjalet3-84/+111
2016-01-18Introducing MemStruct feature in miasm2.analysis.memFlorent Monjalet3-0/+1138
2016-01-15AsmBloc: c_bad is now an asm_block_bad (edge -> node)Ajax2-71/+73
2016-01-15AsmBlock: introduce asm_block_badAjax1-0/+30
2016-01-15AsmBloc: "type() is ... " -> isinstanceAjax1-3/+3
2016-01-15Expression: slotsFabrice Desclaux2-20/+47
2016-01-15Instructions: slots classFabrice Desclaux7-0/+11
2016-01-15Fix tinycc READMEFabrice Desclaux1-3/+7
2016-01-12smt2_translator: fixed regression test insertion, creds @serpilliere and @com...Tim Blazytko1-1/+3
2016-01-12AsmConstraint.label is always an asm_label: remove dead codeAjax1-19/+4
2016-01-12AsmBloc: handle multiple constraints to the same blockAjax2-2/+48
2016-01-11AsmConstraint: ensure label is always an asm_labelAjax2-1/+4
2016-01-11Mips32: fix delayslot (creds @serpilliere)Ajax2-6/+3
2016-01-11Mips32: fix base_expr use (creds @serpilliere)Ajax1-1/+1
2016-01-11AsmLabel label argument must not be optionalAjax1-4/+4
2016-01-08BinStream: use a standard dict instead of a bounded oneAjax1-2/+1
2016-01-08Cpu: leave atomic mode on disasm ExceptionAjax1-5/+5
2016-01-08BinStream: ensure atomic mode state before switchingAjax1-0/+2
2016-01-08MnemoDis: enter atomic mode for a disasm boostAjax2-1/+5
2016-01-08BinStream: use the wrapper on get_bytes for each bin streamAjax2-6/+6
2016-01-08BinStream: introduce Atomic Mode (read may be cached)Ajax1-1/+34
2016-01-08BinStream: comment getbitsAjax1-16/+22
2016-01-08BinStream: merge getbits calls to getbytesAjax1-5/+7
2016-01-08smt2_translator: fixed bug in ExprId to escape expression namesTim Blazytko1-3/+9