about summary refs log tree commit diff stats
path: root/example/expression/manip_expression3.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-191-20/+0
|
* Miasm v2serpilliere2014-06-031-0/+20
| | | | | | | | | * 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 !
* Send miasm v1 to hellserpilliere2014-06-031-25/+0
|
* remove useless ExprSliceToserpilliere2012-05-081-0/+5
| | | | | | exprsliceto is only used in exprcompose, so it can be removed from IL representation, and exprcompose will deal start/stop fields WARNING: as IL is modified, it may break a lot of scripts
* example: add expression manipulation demoserpilliere2012-02-271-0/+20