about summary refs log tree commit diff stats
path: root/example/expression (follow)
Commit message (Expand)AuthorAgeFilesLines
* AssignBlockFabrice Desclaux2016-02-261-0/+2
* BasicBlocks: update examples with the new APIAjax2016-01-261-1/+1
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-073-9/+4
* Example: move output .txt to .dotAjax2015-11-094-8/+8
* Example/Expr: unused importAjax2015-11-061-3/+3
* Example/Expr: reorganize importsAjax2015-11-061-6/+5
* Example/Expr: unused importAjax2015-11-061-1/+0
* Example/EXPR: unused importAjax2015-11-061-1/+0
* Example/EXPR: unused import DiGraphAjax2015-11-061-1/+0
* Core/parse_asm: update parse_txt API useserpilliere2015-10-292-2/+1
* GraphDataflow: A function where never executed / testedAjax2015-04-301-4/+10
* GraphDataflow: Refactor, PyLintingAjax2015-04-301-62/+22
* GraphDataflow: update APIAjax2015-04-301-2/+3
* Parse_asm: generate asm_label on symbol parsingFabrice Desclaux2015-04-011-5/+6
* Clean: remove unecessary ast_parser modificationFabrice Desclaux2015-04-011-7/+0
* Asmbloc: updt asmbloc apiFabrice Desclaux2015-04-011-1/+1
* 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