about summary refs log tree commit diff stats
path: root/example/ida/symbol_exec.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ida/Example: fix symbexec pluginFabrice Desclaux2018-01-091-10/+77
|
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
|
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
|
* IDA/SymbExec: clean & fix imports, export main functionAjax2017-07-051-7/+8
|
* All: rename vars bloc -> blockFabrice Desclaux2017-03-131-3/+3
|
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-131-2/+2
|
* Symbexec: new api for emul_ir_*Fabrice Desclaux2016-11-041-1/+1
| | | | | | | | | | | | | | Replacement: emul_ir_bloc(self, myir, addr, step=False) by: emul_ir_block(self, addr, step=False) and: emul_ir_blocs(self, myir, addr, lbl_stop=None, step=False) by: emul_ir_blocks(self, addr, lbl_stop=None, step=False) The 'myir' was already given in the symbolexec creation.
* Example/IDA: Reorganize importsCamille Mougey2015-02-111-1/+0
|
* VariableIdentifier: Less hacky way to identify sub vars, add a prefix featureCamille Mougey2015-02-101-1/+2
|
* Example/IDA: Move `translatorForm` to `utils`Camille Mougey2015-02-091-58/+2
|
* IDA/Example: Offer all available translators instead of MiasmCamille Mougey2015-02-091-10/+45
|
* Example/IDA: Add the translation in Miasm for symbolc_execCamille Mougey2015-02-091-0/+35
|
* Example/IDA: Add a new example showing symbolic exec with var expansionCamille Mougey2015-02-091-0/+110