about summary refs log tree commit diff stats
path: root/example/expression/expr_random.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2015-10-29Jitter/jitcore: Fix pyobject refFabrice Desclaux1-2/+12
2015-10-28Expression: autopep8serpilliere1-4/+2
2015-10-28Expression: enhance exprop reprserpilliere1-2/+4
2015-10-27In interactive use, allow C-like prefixes to choose the base of integersAymeric Vincent7-32/+18
Use Python's int(s, 0) to allow string "s" to specify its base where addresses and offsets can be supplied. This change makes the situation homogeneous among the various examples and interactive usage.
2015-10-27Arch/mips/arch: remove dbg printFabrice Desclaux1-6/+0
2015-10-27Test/mips/unit: add jcc testsFabrice Desclaux3-0/+99
2015-10-27Arch/mips/arch: fix br offFabrice Desclaux1-1/+1
2015-10-27SemBuilder: fix recursive visitCamille Mougey1-7/+11
2015-10-27Mips32: CPR0_112 is EPC (Exception Program Counter)Camille Mougey1-0/+1
2015-10-27Mips32: consider CPR0 as registers, able to JITCamille Mougey2-2/+516
2015-10-23JitcoreTCC: VmMngr argument is uselessCamille Mougey1-3/+1