about summary refs log tree commit diff stats
path: root/miasm/core/asmblock.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert to src-layout ta/nixTheofilos Augoustis2025-10-141-1474/+0
|
* Colorize ir/asmFabrice Desclaux2021-12-011-2/+8
|
* Update api according to loc_db updateFabrice Desclaux2020-08-311-40/+29
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-12/+12
|
* output_interval was never updated and hence always emptyVladislav Hrčka2020-07-241-0/+1
| | | | which was making the overlap check meaningless
* Move modint in coreFabrice Desclaux2020-07-211-5/+0
|
* Updt dis_block_callback; apply_splittingFabrice Desclaux2020-06-101-77/+68
|
* Remove old asmblock deprecationsFabrice Desclaux2020-06-101-157/+1
|
* Minor improvement in rebuild_edgesVladislav Hrčka2020-04-081-0/+1
| | | If one deletes all the direct predecessors of a pending block, it dosn't get freed even thought it's not required anymore. Since all the pendings are recalculated here, there's no reason not to cover these cases here IMHO by clearing them prior the recalculation. Another solution is to add a watcher to del_block().
* Use int(expr) instead of expr.arg.argFabrice Desclaux2020-04-031-2/+4
|
* normalization of log messages (#1112)Sheidan2019-12-201-1/+1
| | | | | | * normalization of log messages * -8s in format
* Merge pull request #1102 from serpilliere/asm_fix_instr_genserpilliere2019-11-221-2/+17
|\ | | | | Asmblock: fix instruction generation
| * Asmblock: fix instruction generationFabrice Desclaux2019-11-211-2/+17
| | | | | | | | Instruction length can change from forecast
* | Asmblock: disasm can complete asmcfgFabrice Desclaux2019-11-191-2/+3
|/
* Codespell: fix some spelling mistakesWilliam Bruneau2019-09-201-10/+10
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-0/+1629