about summary refs log tree commit diff stats
path: root/example/jitter/memstruct.py (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-01-08VmMngr: fix segfault on reset vm (creds @serpilliere)Ajax1-0/+1
2016-01-07smt2_translator: refactored translation of ExprAff to use smt2_helper for assertTim Blazytko1-1/+1
2016-01-07smt2_translator: fixed translation of ExprIdTim Blazytko1-3/+1
2016-01-07smt2_translator: added smt2_assert and smt2_or to smt_helper. refactored othe...Tim Blazytko1-6/+26
2016-01-07smt2_translator: fixed commentsTim Blazytko1-3/