about summary refs log tree commit diff stats
path: root/miasm2/core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Asmbloc: fix get_flow_instr for non zero delayslot archserpilliere2014-06-241-0/+2
|
* Cpu: bs_mod_name accept dictserpilliere2014-06-241-1/+7
|
* Miasm v2serpilliere2014-06-038-0/+4031
* 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 !