about summary refs log tree commit diff stats
path: root/example/test_dis.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test_dis: elf/pe fail fallback to raw modeserpilliere2014-08-211-7/+13
|
* Core: getbits use arch attrib (and can swap bytes); getbytes simply return bytesserpilliere2014-08-211-0/+3
|
* test dis: offset set input to rawserpilliere2014-08-211-4/+4
|
* Test_dis: use Machine API, remove unused import & variablesCM2014-08-201-46/+4
|
* Add mips32 archserpilliere2014-08-061-0/+8
|
* Miasm v2serpilliere2014-06-031-0/+266
* 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 !