about summary refs log tree commit diff stats
path: root/example/symbol_exec/single_instr.py (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-10Arch/X86: fix fsntenv in 64bitFabrice Desclaux1-0/+3
2015-02-10Symbexec: fix eval_exprmem int castFabrice Desclaux1-1/+1
2015-02-10Sandbox: quiet logsFabrice Desclaux1-3/+1
2015-02-10Arch/X86: fix jmpf breakflowFabrice Desclaux1-1/+1
2015-02-10Arch/X86: fix jecx breakflowFabrice Desclaux1-1/+3
2015-02-10X86/sem: fix fpu mnemonic apiFabrice Desclaux1-10/+10
2015-02-10Tests: add x86_32 pop esp regression testFabrice Desclaux2-1/+19
2015-02-10X86/Sem: fix pop esp semanticFabrice Desclaux1-1/+3
2015-02-10VariableIdentifier: Less hacky way to identify sub vars, add a prefix featureCamille Mougey3-10/+29
2015-02-09Example/IDA: Move `translatorForm` to `utils`Camille Mougey2-58/+58
2015-02-09IDA/Example: Offer all available translators instead of MiasmCamille Mougey1-10/+45
2015-02-09Example/IDA: Add the translation in Miasm for symbolc_execCamille Mougey1