about summary refs log tree commit diff stats
path: root/example/expression/expr_grapher.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-1/+1
|
* Support python2/python3Fabrice Desclaux2019-03-051-6/+8
|
* Remove the default size of ExprMem expressionsAjax2018-02-151-1/+1
|
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-4/+4
|
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-1/+1
|
* ExprCompose: add new apiFabrice Desclaux2016-11-041-1/+1
| | | | | | | The ExprComposes uses directly its arguments sizes to guess the slices locations. Old api: ExprCompose([(a, 0, 32), (b, 32, 64)]) becomes: ExprCompose(a, b)
* Example/EXPR: unused import DiGraphAjax2015-11-061-1/+0
|
* Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-191-0/+21