about summary refs log tree commit diff stats
path: root/example/asm_box_x86_32_enc.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Move asm's examples to a `asm` directoryCamille Mougey2015-01-231-104/+0
|
* Example/Asm_box_x86_32_enc: Rename "e" to "pe"Camille Mougey2015-01-231-11/+11
|
* Example/Asm_x86_32_enc: Reorganize and remove unused importsCamille Mougey2015-01-231-9/+8
|
* asmbloc: remove un needed mode in asm functionFabrice Desclaux2014-10-081-1/+1
|
* Miasm v2serpilliere2014-06-031-0/+105
* 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 !