about summary refs log tree commit diff stats
path: root/example/expression/manip_expression6.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-191-67/+0
|
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-051-8/+8
| | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon.
* Miasm v2serpilliere2014-06-031-0/+67
| | | | | | | | | * 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 !
* Send miasm v1 to hellserpilliere2014-06-031-138/+0
|
* rewrite expression visitor; expr_simpserpilliere2012-12-191-58/+77
|
* expression_helper: fix exprcompose simplificationserpilliere2012-07-041-0/+5
|
* tools: add modint; remove numpy dependencyserpilliere2012-06-211-0/+2
|
* expression_helper: add exprcond simplserpilliere2012-06-211-1/+6
|
* expression: move test case in example; WARNING: - operator is now unary; ↵serpilliere2012-06-131-0/+107
+*\&... are n-aire