Commit Graph

6 Commits

Author SHA1 Message Date
serpilliere b2f02006df Simplification: detect and handle == condition
Add corresponding regression tests
2014-06-13 09:36:58 +02:00
serpilliere 24b677448d merge; fix x86 ror/rol
rol ror mask shifter in semantic instead of in expr_simpl
2014-06-12 22:14:26 +02:00
ajax 82f6759b48 Simplifications: Add basic conditions detection 2014-06-12 17:34:24 +02:00
serpilliere 56774f174d expression: fix rol/ror simplifications (fix by fperigaud) 2014-06-12 13:09:48 +02:00
ajax ad7b0f5d48 Simplifications: Export common simplifications to an extern file 2014-06-09 14:54:02 +02:00
serpilliere ed5c3668cc Miasm v2
* 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 !
2014-06-03 10:27:56 +02:00