about summary refs log tree commit diff stats
path: root/example/asm/shellcode.py (unfollow)
<
Commit message (Expand)AuthorFilesLines
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
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/+3
2016-01-06Test: add x86 reg testFabrice Desclaux3-0/+32
2016-01-06X86: add pmovmskbFabrice Desclaux2-0/+22
2016-01-06X86: add andnp[sd]Fabrice Desclaux3-0/+16
2016-01-06X86: add pshufdFabrice Desclaux3-0/+15
2016-01-06X86: add sse sqrtFabrice Desclaux3-0/+62
2016-01-06X86: add mov[hl]p[ds]Fabrice Desclaux3-2/+91
2016-01-06X86: add unpck[hl]p[sd]Fabrice Desclaux3-0/+64
2016-01-05smt2_translator: added regression testsTim Blazytko