about summary refs log tree commit diff stats
path: root/example/expression/get_read_write.py (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2015-10-23BoundedDict: access to the internal dict via propertyCamille Mougey2-1/+6
There is no performance loss (on a 3 minutes execution sample) due to the additionnal function call.
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
2015-10-23Arch/x86/sem: rename argsserpilliere1-48/+48
2015-10-23Arch/x86/sem: factorize cmov codeserpilliere1-118/+36
2015-10-23Arch/x86/sem: factorize fcmov codeserpilliere1-56/+28
2015-10-23Arch/x86/sem: factorize jcc codeserpilliere1-172/+45
2015-10-23Arch/x86/arch: remove unused flagsserpilliere1-6/+3
2015-10-23Test/arch/x86: remove wildcard importsserpilliere1-5/+9
2015-10-23Arch/x86/sem: raise error on missing mnemoserpilliere1-0/+3
2015-10-23Arch/x86/sem: add comiss/comisdserpilliere1-0/+42
2015-10-23Arch/x86/sem: factorize codeserpilliere1-191/+65
2015-10-23Arch/x86/sem: add multiple float semanticserpilliere1-0/+175
2015-10-23Test/Arch/x86:: add por/pxorserpilliere1-2/+18
2015-10-23Arch/x86/sem: fix p[or/and/xor]serpilliere2-23/+40
2015-10-23Expression/expression: fix op len sanitycheckserpilliere1-4/+12
2015-10-23Arch/x86/sem: add mov[ua][pspd]serpilliere1-2/+9
2015-10-23Arch/x86/sem: fix movdserpilliere1-5/+7
2015-10-23Arch/x86/sem: fix movssserpilliere1-1/+10
2015-10-23Test/Arch/x86:: add cpuidserpilliere1-0/+6
2015-10-23Arch/x86/sem: fix cpuidserpilliere1-4/+4
2015-10-23Arch/x86/sem: add fdivrp; fix fcompserpilliere1-0/+18
2015-10-23Arch/x86/sem: add fcomi/fcomip/fucomi/fucomip; fix fcompserpilliere1-15/+29
2015-10-23Test/Arch/x86:: add fcom/fcompserpilliere1-0/+4