about summary refs log tree commit diff stats
path: root/test/core/parse_asm.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update api according to loc_db updateFabrice Desclaux2020-08-311-1/+1
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-7/+9
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-7/+7
|
* Support python2/python3Fabrice Desclaux2019-03-051-2/+3
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-3/+3
|
* symbol_pool -> loc_dbAjax2018-07-031-6/+6
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-8/+9
|
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+1
|
* Test/parse_asm: add directive testserpilliere2015-10-291-0/+69
|
* Miasm v2serpilliere2014-06-031-0/+41
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !