about summary refs log tree commit diff stats
path: root/example/expression (follow)
Commit message (Expand)AuthorAgeFilesLines
* Example/Expression: Set the seed for ExprRandom usesCamille Mougey2015-01-232-0/+5
* Example: Move expression samples to sample directoryCamille Mougey2015-01-233-26/+0
* Example: Update expr_translate to use Miasm translator and take in account #23Camille Mougey2014-12-161-12/+13
* Example: Add a new example using C & Python translationCamille Mougey2014-12-141-0/+42
* Example: Add an example for ExprRandomCamille Mougey2014-12-101-0/+30
* Arch/jit: add endianess support jittersFabrice Desclaux2014-10-091-1/+1
* Example: Add an example of a simplification registeringCamille Mougey2014-09-191-0/+51
* Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-197-0/+0
* Modify irbloc destination mecanism. Rework API in consequence.Fabrice Desclaux2014-09-054-47/+50
* Miasm v2serpilliere2014-06-0311-0/+724
* Send miasm v1 to hellserpilliere2014-06-0311-568/+0
* rewrite expression visitor; expr_simpserpilliere2012-12-191-58/+77
* core: fix add_label api for asm_bloc (louis granboulan)serpilliere2012-12-031-1/+1
* eval_abs: fix mem lookup; ia32_sem: gen ia32infoserpilliere2012-07-312-4/+4
* 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
* expression: replace reload_expr with replace_expr using visitorserpilliere2012-06-121-3/+3
* remove useless ExprSliceToserpilliere2012-05-082-6/+11
* example: add a code analyserserpilliere2012-02-272-0/+123
* example: add symbolic execution and simplificationserpilliere2012-02-272-0/+38
* example: add expression manipulation demoserpilliere2012-02-276-0/+264