| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+73 |
| | | | | | | | | | | * 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 hell | serpilliere | 2014-06-03 | 1 | -82/+0 |
| | | |||||
| * | remove useless ExprSliceTo | serpilliere | 2012-05-08 | 1 | -6/+6 |
| | | | | | | | 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 demo | serpilliere | 2012-02-27 | 1 | -0/+82 |