about summary refs log tree commit diff stats
path: root/example/disasm_03.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Rename Disasm_03 to Disasm_FileCamille Mougey2015-01-231-19/+0
|
* Example/Disasm_03: Comment and expand variables namesCamille Mougey2015-01-231-5/+5
|
* Examples: Update box_upx.exe locationCamille Mougey2015-01-231-1/+1
|
* TestDis: fix importsCamille Mougey2014-11-031-3/+1
|
* TestDis: update example to use ContainerCamille Mougey2014-11-031-4/+2
|
* Miasm v2serpilliere2014-06-031-0/+23
* 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 !