about summary refs log tree commit diff stats
path: root/example/expression/basic_simplification.py (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
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
2015-10-23BoundedDict: access to the internal dict via propertyCamille Mougey2-1/+6
2015-10-23JitcorePython: adapt with new jit_call APICamille Mougey2-1/+2
2015-10-23Jitload: has_callbacks is no more needed (no perf gain)Camille Mougey1-9/+4
2015-10-23Jitload: CallbackHandler.__call__ should only be a wrapperCamille Mougey1-1/+2
2015-10-23JitTCC: loop in C while future basic blocks are knownCamille Mougey4-18/+47
2015-10-23JitTCC: jitted functions return a status codeCamille Mougey2-12/+15