about summary refs log tree commit diff stats
path: root/example/expression/graph_dataflow.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed output file name in graph_dataflowIvan “CLOVIS” Canet2022-03-211-2/+4
|
* Fixed usage for constant_propagation, depgraph & graph_dataflowIvan “CLOVIS” Canet2022-03-211-1/+1
|
* Rename examples lifterFabrice Desclaux2020-12-251-10/+10
|
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-1/+1
|
* Avoid generate default locationdbFabrice Desclaux2020-08-311-4/+5
|
* Analysis: dead simp to classFabrice Desclaux2020-02-141-2/+4
|
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-7/+7
|
* Support python2/python3Fabrice Desclaux2019-03-051-23/+22
|
* Updt example apiFabrice Desclaux2018-12-101-12/+12
|
* Expression: replace arg by ptr in ExprMemFabrice Desclaux2018-10-121-1/+1
|
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-16/+14
|
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-1/+1
|
* symbol_pool -> loc_dbAjax2018-07-031-2/+2
|
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-10/+10
|
* Expr: Add new word ExprLocFabrice Desclaux2018-06-081-4/+4
| | | | | This word represents a location in the binary. Thus, the hack of ExprId containing an AsmLabel ends here.
* Symbexec: use hashtable for mem symbolsFabrice Desclaux2018-03-151-26/+6
|
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
|
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
|
* IR: avoid IRBlock attribute creationFabrice Desclaux2017-05-241-16/+19
|
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-1/+2
| | | | | | - previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'
* All: rename vars bloc -> blockFabrice Desclaux2017-03-131-13/+13
|
* IR: rename blocs to blocksFabrice Desclaux2017-03-131-20/+20
|
* IR/Symbexec: rename symbexec to SymbolicExecutionEngineFabrice Desclaux2017-03-131-2/+2
|
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-1/+0
|
* Example: move output .txt to .dotAjax2015-11-091-3/+3
|
* 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
|
* Expression examples: Rename examples with meaningfull namesCamille Mougey2014-09-191-0/+215