about summary refs log tree commit diff stats
path: root/test/core/asmbloc.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-308/+0
* Asmbloc: rename asm_constraint[to/next] to AsmConstraint[To/Next]Fabrice Desclaux2017-03-131-8/+8
* Asmbloc: rename asm_constraint to AsmConstraintFabrice Desclaux2017-03-131-9/+9
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-9/+9
* Asmbloc: rename asm_block_bad to AsmBlockBadFabrice Desclaux2017-03-131-3/+3
* Asmbloc: rename asm_bloc to AsmBlockFabrice Desclaux2017-03-131-8/+8
* Asmcfg: add reg testFabrice Desclaux2016-03-161-2/+28
* Rename BasicBlocks -> AsmCFG, more comprehensible, include "graph"Ajax2016-01-261-4/+4
* BasicBlocks.pendings can be a set (creds @serpilliere)Ajax2016-01-261-1/+1
* Introduce tests for miasm2.core.asmblocAjax2016-01-261-0/+282