about summary refs log tree commit diff stats
path: root/example/ida/graph_ir.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* IDA/Graph IR: clean & fix imports, export main function, add aAjax2017-07-051-70/+91
| | | | simplification option
* Example: clean graph_ir IDAFabrice Desclaux2017-05-241-183/+59
|
* IR: Make IRBlock immutableFabrice Desclaux2017-05-241-3/+5
|
* IDA: fix graph_ir for immutable AssignBlockAjax2017-04-251-6/+9
|
* analysis: Introduction of use-definition chainsCaroline Leman2017-03-291-3/+3
| | | | | | - previous dead_simp function has been moved to data_flow.py - ira class has been simplified - reach analysis code has been 'clarified'
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* All: rename vars bloc -> blockFabrice Desclaux2017-03-131-3/+3
|
* IR: rename blocs to blocksFabrice Desclaux2017-03-131-8/+8
|
* Depgraph: updt apiFabrice Desclaux2016-03-211-8/+11
|
* BasicBlocks: update examples with the new APIAjax2016-01-261-2/+1
|
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-3/+1
|
* IR: use expr_is_label instead of ExprIsLabelCamille Mougey2015-12-071-1/+1
|
* Example: move output .txt to .dotAjax2015-11-091-4/+4
|
* Example/IDA: useless sys pathAjax2015-11-061-7/+2
|
* Example/IDA: unused importAjax2015-11-061-3/+1
|
* Example/IDA: Replace /tmp/ by tempfile.gettempdir (credits Joel Eriksson)Ajax2015-03-051-1/+3
|
* Expression: remove code which uses expression modificationsserpilliere2015-02-221-2/+2
|
* Example/IDA: Reorganize importsCamille Mougey2015-02-111-3/+0
|
* Examples/IDA: Export common IDA methods to a file `utils`Camille Mougey2015-02-091-85/+3
|
* Example: Move and rename the IDA example to a specific example subdirCamille Mougey2015-01-231-0/+382