about summary refs log tree commit diff stats
path: root/example/ida/graph_ir.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-2/+2
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-2/+2
* Ida/Example: clean symbexec pluginFabrice Desclaux2018-01-091-12/+0
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
* IDA/Graph IR: clean & fix imports, export main function, add aAjax2017-07-051-70/+91
* 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
* 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