about summary refs log tree commit diff stats
path: root/test/expression/stp.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-4/+4
|
* Support python2/python3Fabrice Desclaux2019-03-051-2/+3
|
* Expression: use stp translatorFabrice Desclaux2018-01-111-8/+12
|
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-4/+4
|
* use python2 as executable name, give adequate permissionsAymeric Vincent2017-01-051-1/+1
|
* Miasm v2serpilliere2014-06-031-0/+35
* 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 !