about summary refs log tree commit diff stats
path: root/example/expression/simplification_tools.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-1/+1
|
* Support python2/python3Fabrice Desclaux2019-03-051-17/+18
|
* Code cleaning: remove useless / commented codeAjax2018-06-211-1/+0
|
* Remove the default size of ExprMem expressionsAjax2018-02-151-2/+2
|
* Expression: no default size for ExprIdFabrice Desclaux2018-02-091-5/+5
|
* Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-241-5/+0
|
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-301-6/+6
|
* ExprCompose: add new apiFabrice Desclaux2016-11-041-5/+3
| | | | | | | 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 importAjax2015-11-061-1/+0
|
* Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-191-0/+73