about summary refs log tree commit diff stats
path: root/example/disasm/callback.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Asmblock: fix dis_block_callbackFabrice Desclaux2018-02-021-1/+1
|
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-271-3/+0
| | | | | | | | | | | WARNING: disasmEngine behaviour modification Before patch: job_done containted the already disassembled addresses. If the user disassembled twice the same addresse, the engine will return empty object on the second call. After patch: If the user disassemble twice the same addresse, the engine will return result of the disassembling in both cases.
* Asmblock: rename blocFabrice Desclaux2017-07-071-2/+2
|
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* Asmbloc: rename asm_constraint to AsmConstraintFabrice Desclaux2017-03-131-2/+2
|
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-1/+1
|
* BasicBlocks: update examples with the new APIAjax2016-01-261-2/+2
|
* Example/Disasm/Callback: comment and update with new APIAjax2015-11-091-8/+15
|
* Disasm/x86: move `pushpop` callback to an example `callback.py`Ajax2015-11-091-0/+60