Commit Graph

14 Commits

Author SHA1 Message Date
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
serpilliere a183e1ebd5 Send miasm v1 to hell 2014-06-03 10:18:48 +02:00
serpilliere ddddebe228 rewrite expression visitor; expr_simp 2012-12-19 21:36:24 +01:00
serpilliere db218bfa16 core: fix add_label api for asm_bloc (louis granboulan) 2012-12-03 10:55:34 +01:00
serpilliere 753e230cec eval_abs: fix mem lookup; ia32_sem: gen ia32info 2012-07-31 12:57:04 +02:00
serpilliere de1f8324be expression_helper: fix exprcompose simplification 2012-07-04 09:44:23 +02:00
serpilliere 3af3f8e0f4 tools: add modint; remove numpy dependency 2012-06-21 14:39:26 +02:00
serpilliere 50c79519af expression_helper: add exprcond simpl 2012-06-21 10:08:40 +02:00
serpilliere 303600c1c8 expression: move test case in example; WARNING: - operator is now unary; +*\&... are n-aire 2012-06-13 13:04:15 +02:00
serpilliere f29e0cfd42 expression: replace reload_expr with replace_expr using visitor 2012-06-12 13:08:34 +02:00
serpilliere 5dec442348 remove useless ExprSliceTo
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
2012-05-08 18:33:55 +02:00
serpilliere 68e955c4a8 example: add a code analyser
find condition to satisfy to explore the complete exec graph
of a function (a *very* simple/weak fuzzgrind clone)
2012-02-27 14:28:30 +01:00
serpilliere abbf20e77b example: add symbolic execution and simplification 2012-02-27 11:28:16 +01:00
serpilliere c12642d1d0 example: add expression manipulation demo 2012-02-27 10:46:29 +01:00