about summary refs log tree commit diff stats
path: root/miasm2/expression/stp.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expression: use stp translatorFabrice Desclaux2018-01-111-68/+0
|
* Update int(XX.arg) -> int(XX)Ajax2016-09-161-1/+1
|
* Miasm v2serpilliere2014-06-031-0/+68
* 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 !