about summary refs log tree commit diff stats
path: root/miasm2/jitter/csts.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-30/+0
|
* Fix memory breakpoint nameFabrice Desclaux2018-03-281-1/+3
|
* Add support for PowerPC 32bit big-endian processors: "ppc32b"Aymeric Vincent2018-02-261-0/+1
|
* remove #! command line on files not supposed to be run at top levelAymeric Vincent2017-01-051-1/+0
|
* Handle CPU exception in Jitcore PythonAjax2016-09-011-0/+1
| | | | | This patch may affect performance, but this jitter is already slow (compared to others) and without it, the emulation is not correct
* Jitter: code generator reworkFabrice Desclaux2016-08-301-0/+3
|
* Jitter/csts: add priv instr cstFabrice Desclaux2015-12-041-0/+1
|
* Jitter: fix cst exceptionsFabrice Desclaux2015-12-041-0/+1
|
* Miasm v2serpilliere2014-06-031-0/+22
* 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 !