about summary refs log tree commit diff stats
path: root/example/test_dis.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Rename Test Dis to Disasm FullCamille Mougey2015-01-231-183/+0
|
* Example/Test_Dis: OptParse to ArgParseCamille Mougey2015-01-231-81/+49
|
* Example/Test_dis: Reorganize and remove unused importsCamille Mougey2015-01-231-4/+4
|
* TestDis: fix importsCamille Mougey2014-11-031-3/+1
|
* TestDis: update example to use ContainerCamille Mougey2014-11-031-31/+7
|
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-6/+6
| | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon.
* 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 !