about summary refs log tree commit diff stats
path: root/miasm2/jitter/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused 'Makefile'Ajax2018-05-151-20/+0
|
* Add support for PowerPC 32bit big-endian processors: "ppc32b"Aymeric Vincent2018-02-261-2/+5
|
* Miasm v2serpilliere2014-06-031-0/+17
* 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 !