about summary refs log tree commit diff stats
path: root/example/disasm/callback.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid generate default locationdbFabrice Desclaux2020-08-311-2/+4
|
* Updt dis_block_callback; apply_splittingFabrice Desclaux2020-06-101-2/+2
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-3/+3
|
* Support python2/python3Fabrice Desclaux2019-03-051-9/+11
|
* Updt example apiFabrice Desclaux2018-12-101-7/+8
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-1/+1
|
* symbol_pool -> loc_dbAjax2018-07-031-2/+2
|
* AsmBlock: remove symbol_pool in add_cstFabrice Desclaux2018-06-101-1/+1
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-12/+13
|
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-4/+6
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* 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