about summary refs log tree commit diff stats
path: root/miasm2/expression/simplifications.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplifications: ExprMem(a?b:c) and {x?a:b, x?c:d}Fabrice Desclaux2017-08-101-0/+1
|
* ExprCompose: updt internal structFabrice Desclaux2016-11-041-0/+1
|
* IR: is_simp in the simplifier classFabrice Desclaux2016-11-041-6/+6
|
* Simplification: detect and handle == conditionserpilliere2014-06-131-1/+3
| | | | Add corresponding regression tests
* merge; fix x86 ror/rolserpilliere2014-06-121-513/+22
|\ | | | | | | rol ror mask shifter in semantic instead of in expr_simpl
| * Simplifications: Add basic conditions detectionajax2014-06-121-4/+13
| |
| * Simplifications: Export common simplifications to an extern fileajax2014-06-091-504/+9
| |
* | expression: fix rol/ror simplifications (fix by fperigaud)serpilliere2014-06-121-1/+7
|/
* Miasm v2serpilliere2014-06-031-0/+605
* 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 !