about summary refs log tree commit diff stats
path: root/miasm2/core/asmblock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-1629/+0
|
* Support python2/python3Fabrice Desclaux2019-03-051-27/+46
|
* Fix typos & add codespellPierre LALET2018-12-231-7/+7
|
* Core/Asmblock: fix null starting block conditionFabrice Desclaux2018-11-171-9/+5
| | | | | Updt the code to reflect heuristic: "Don't disassemble if the basic block starts with null bytes"
* Asmblock: deprecate label2blockFabrice Desclaux2018-10-121-2/+6
|
* Code cleaning: lgtm.comFabrice Desclaux2018-09-201-1/+0
|
* Code cleaning: lgtm.comFabrice Desclaux2018-08-231-2/+1
|
* DisasmEngine: add dis_instrAjax2018-07-191-0/+14
|
* AsmBlock: avoid underterministic print for next/toAjax2018-07-161-1/+1
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-27/+27
|
* symbol_pool -> loc_dbAjax2018-07-031-81/+88
|
* LocationDB: introduced to replace AsmSymbolPoolAjax2018-07-031-224/+7
|
* Cpu: fix bad docFabrice Desclaux2018-06-191-2/+2
|
* Merge pull request #758 from commial/fix/asmcfg-mergeserpilliere2018-06-111-13/+10
|\ | | | | AsmCFG: use higher level API for merge
| * AsmCFG: use higher level API for mergeAjax2018-06-111-13/+10
| |
* | SymbolPool: assert LocKey type in APIsAjax2018-06-111-0/+2
|/
* AsmBlock: remove symbol_pool in add_cstFabrice Desclaux2018-06-101-32/+13
|
* Jitter: label to_stringFabrice Desclaux2018-06-101-8/+24
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-384/+526
|
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-38/+66
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* AsmBlock: constant for asmblockbad errnoFabrice Desclaux2018-05-171-10/+29
|
* add getby_offset in AsmCFGlosynix2018-05-091-0/+8
|
* Asmblock: fix AsmSymbolPool APIFabrice Desclaux2018-04-191-4/+22
|
* Asmblock: fix dis_block_callbackFabrice Desclaux2018-02-021-8/+17
|
* Asmblock: remove disasm engine job_done attributeFabrice Desclaux2017-07-271-14/+23
| | | | | | | | | | | 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-15/+32
|
* Example: clean graph_ir IDAFabrice Desclaux2017-05-241-1/+1
|
* Core/asmblock: rename asmbloc_final to asmblock_finalFabrice Desclaux2017-03-131-2/+9
|
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-0/+1555