about summary refs log tree commit diff stats
path: root/example/test_jit_arm.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Example: Update example to use machineCM2014-08-201-5/+4
|
* Test: Add LLVM jitter in md5_arm exampleajax2014-06-131-1/+1
|
* Miasm v2serpilliere2014-06-031-0/+69
* 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 !