about summary refs log tree commit diff stats
path: root/example/symbol_exec/single_instr.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-5/+5
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-4/+4
|
* Support python2/python3Fabrice Desclaux2019-03-051-2/+3
|
* Fix typos & add codespellPierre LALET2018-12-231-1/+1
|
* Updt example apiFabrice Desclaux2018-12-101-4/+4
|
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-2/+3
|
* IR: remove default regs_init for symbexecFabrice Desclaux2018-07-051-1/+1
|
* symbol_pool -> loc_dbAjax2018-07-031-7/+5
|
* Core: updt parser structureFabrice Desclaux2018-05-141-2/+6
|
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-151-9/+6
|
* Example: fix disasm wdFabrice Desclaux2018-01-111-0/+1
|
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
|
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
|
* Use and tiny test of .as_assignblock() behaviorAjax2017-05-091-2/+3
|
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-131-2/+2
|
* Symbexec: new api for emul_ir_*Fabrice Desclaux2016-11-041-2/+2
| | | | | | | | | | | | | | 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/SymbolExec: write code more arch-independentAjax2015-11-091-16/+14
|
* Example/SymbolExec: enhance and commentAjax2015-11-091-15/+27
|
* Example: Rename symbol_exec to single_instr in a specific symbol_exec directoryCamille Mougey2015-01-231-0/+31