about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-10X86/sem: add movqFabrice Desclaux1-0/+2
2015-11-09Example/SymbolExec: write code more arch-independentAjax1-16/+14
2015-11-09Example/SymbolExec: enhance and commentAjax1-15/+27
2015-11-09x86/Arch: INT 3 must produced an ExprInt8(3) (creds @serpilliere)Ajax1-2/+4
2015-11-09Test: add a unit test for x86 interrupt_numAjax2-0/+32
2015-11-09x86/Sem: set `interrupt_num` on INT XXAjax1-0/+1
2015-11-09x86: add a new "register" named interrupt_numAjax3-2/+25
2015-11-09x86/Sem/RDTSC: update tsc2 value on tsc1 overflowAjax1-0/+3
2015-11-09x86/sem: unify the way aflag is computed (like popfd/w, sahf)Ajax1-5/+2
2015-11-09Test: update `test_all.py` products (.txt -> .dot)Ajax1-13/+13
2015-11-09Example: move output .txt to .dotAjax10-20/+20
2015-11-09Example/Disasm/Callback: comment and update with new APIAjax1-8/+15
2015-11-09Test: add example/disasm/callback.py to testsAjax1-0/+1
2015-11-09Disasm/x86: move `pushpop` callback to an example `callback.py`Ajax2-29/+62
2015-11-09Example/UnpackUPX: PR #256 comments (creds @p-l-, @fmonjalet)Ajax1-3/+3
2015-11-06Example/ASM: unused importAjax1-2/+0
2015-11-06Example/IDA: unused importAjax1-3/+0
2015-11-06Example/IDA: useless sys pathAjax1-7/+2
2015-11-06Example/IDA: unused importAjax1-3/+1
2015-11-06Example/Jitter: unused importAjax1-2/+1
2015-11-06Example/Jitter: unused importAjax1-4/+0
2015-11-06Example/Jitter: unused importAjax1-2/+1
2015-11-06Example/Expr: unused importAjax1-3/+3
2015-11-06Example/Expr: reorganize importsAjax1-6/+5
2015-11-06Example/Expr: unused importAjax1-1/+0
2015-11-06Example/EXPR: unused importAjax1-1/+0
2015-11-06Example/EXPR: unused import DiGraphAjax1-1/+0
2015-11-06Example/UnpackUPX: call handle_function in GetProcAddress hook (skeleton)Ajax1-0/+4
2015-11-06Example/UnpackUPX: comment GetProcAddress hookAjax1-0/+4
2015-11-06Example/UnpackUPX: hint on an alternative solution for PE rebuildingAjax1-0/+2
2015-11-06Example/UnpackUPX: entrypoint was fixed twiceAjax1-1/+0
2015-11-06Example/UnpackUPX: useless variableAjax1-4/+1
2015-11-06Example/ASM: remove unused import in simple.pyAjax1-2/+0
2015-11-05Disasm: update callbacks with new APIAjax3-14/+12
2015-11-03ASM: call disasm callbacks with named argumentsAjax1-5/+6
2015-11-01JitTcc: fix memory leakFabrice Desclaux1-0/+4
2015-10-29Core/Parse_asm: fix string parsingFabrice Desclaux1-2/+2
2015-10-29Test/parse_asm: add directive testserpilliere1-0/+69
2015-10-29Core/parse_asm: align support int/hexserpilliere1-1/+1
2015-10-29Core/parse_asm: clean algo; support delayslotserpilliere1-58/+87
2015-10-29Core/Parse_asm: fix state defineserpilliere1-8/+12
2015-10-29Core/parse_asm: update parse_txt API useserpilliere8-12/+11
2015-10-29Core/parse_asm: clean codeserpilliere1-58/+76
2015-10-29Core/parse_asm: autopep8serpilliere1-4/+8
2015-10-29Core/parse_asm: bloc=>blockserpilliere1-16/+16
2015-10-29Core/parse_asm: remove unused feature (bss/data/text)serpilliere1-88/+74
2015-10-29Expression: fix apiFabrice Desclaux16-123/+110
2015-10-29Expression: normalize ExprInt apiFabrice Desclaux1-9/+15
2015-10-29Core/asmbloc: Fix get_subcall_instrFabrice Desclaux1-1/+5
2015-10-29Example/ida/utils: fix mips archFabrice Desclaux1-2/+2