about summary refs log tree commit diff stats
path: root/test/core/asmblock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid generate default locationdbFabrice Desclaux2020-08-311-29/+31
|
* Updt dis_block_callback; apply_splittingFabrice Desclaux2020-06-101-2/+2
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-6/+6
|
* Support python2/python3Fabrice Desclaux2019-03-051-19/+24
|
* Updt example apiFabrice Desclaux2018-12-101-4/+5
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-15/+15
|
* symbol_pool -> loc_dbAjax2018-07-031-13/+13
|
* Unify ExprLoc str with LocKey and othersAjax2018-06-171-4/+4
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-134/+147
|
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-12/+20
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* add getby_offset in AsmCFGlosynix2018-05-091-0/+2
|
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-271-3/+7
| | | | | | | | | | | 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.
* Merge pull request #579 from serpilliere/fix_get_blocserpilliere2017-07-201-7/+7
|\ | | | | Fix get bloc
| * Asmblock: rename blocFabrice Desclaux2017-07-071-7/+7
| |
* | Fix typo in /test/core/asmblock.pyWilliam Bruneau2017-07-201-1/+1
|/
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-0/+308