about summary refs log tree commit diff stats
path: root/example/expression (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Miasm v2serpilliere2014-06-0311-0/+724
| | | | | | | | | * 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-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
| | | | +*\&... are n-aire
* expression: replace reload_expr with replace_expr using visitorserpilliere2012-06-121-3/+3
|
* remove useless ExprSliceToserpilliere2012-05-082-6/+11
| | | | | | exprsliceto is only used in exprcompose, so it can be removed from IL representation, and exprcompose will deal start/stop fields WARNING: as IL is modified, it may break a lot of scripts
* example: add a code analyserserpilliere2012-02-272-0/+123
| | | | | find condition to satisfy to explore the complete exec graph of a function (a *very* simple/weak fuzzgrind clone)
* example: add symbolic execution and simplificationserpilliere2012-02-272-0/+38
|
* example: add expression manipulation demoserpilliere2012-02-276-0/+264