about summary refs log tree commit diff stats
path: root/miasm2/expression/expression_helper.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Expression: remove code which uses expression modificationsserpilliere2015-02-221-2/+4
* VariablesIdentifier: Handle corner cases (using var ident on already computed...Camille Mougey2015-02-101-2/+5
* VariableIdentifier: Less hacky way to identify sub vars, add a prefix featureCamille Mougey2015-02-101-9/+14
* Merge branch 'feature-exprrandom' of https://github.com/commial/miasm into co...Fabrice Desclaux2014-12-111-0/+171
|\
| * ExpressionHelper: Introduce ExprRandom, an expression generation featureCamille Mougey2014-12-101-0/+172
* | VariablesIdentifier: Use iterators (credits Pierre Lalet)Camille Mougey2014-12-101-6/+7
* | ExpressionHelper: Introduce Variables_IdentifierCamille Mougey2014-12-091-0/+156
|/
* Expression: fix umod/udiv in expression simplificationFabrice Desclaux2014-10-311-1/+2
* Fix operand unify irem/imodserpilliere2014-06-241-1/+1
* expression: fix rol/ror simplifications (fix by fperigaud)serpilliere2014-06-121-1/+1
* Miasm v2serpilliere2014-06-031-0/+196