about summary refs log tree commit diff stats
path: root/example/expression (follow)
Commit message (Expand)AuthorAgeFilesLines
* Asmblock: rename blocFabrice Desclaux2017-07-073-3/+3
* IR: rename add_blocFabrice Desclaux2017-07-074-5/+5
* IR: rename get_blocFabrice Desclaux2017-07-071-1/+1
* IR: avoid IRBlock attribute creationFabrice Desclaux2017-05-241-16/+19
* Example: clean codeFabrice Desclaux2017-05-152-104/+98
* Core/Objc: improuve internal type representationFabrice Desclaux2017-05-152-26/+22
* Remove PYTHONSTARTUP in end-user scriptsAjax2017-04-243-16/+0
* IRBlock: move lines in AssignBlockFabrice Desclaux2017-04-201-2/+2
* Replace ExprInt[num](x) -> ExprInt(x, num)Ajax2017-03-304-9/+10
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-292-3/+4
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-133-8/+8
* Asmbloc: rename asm_label to AsmLabelFabrice Desclaux2017-03-131-4/+4
* All: rename vars bloc -> blockFabrice Desclaux2017-03-133-32/+32
* IR: rename blocs to blocksFabrice Desclaux2017-03-134-29/+29
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-132-6/+6
* Test: add access_c/expr_c exampleFabrice Desclaux2017-02-172-0/+258
* Merge pull request #494 from serpilliere/expression_reducerCamille Mougey2017-02-131-0/+93
|\
| * Expression: add ExprReduceFabrice Desclaux2017-02-131-0/+93
* | Core/cpu: change ParseAst nameFabrice Desclaux2017-02-131-1/+1
|/
* Expr: Remove exprint_fromFabrice Desclaux2016-12-232-6/+6
* ExprCompose: add new apiFabrice Desclaux2016-11-043-8/+5
* 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