about summary refs log tree commit diff stats
path: root/example/ida/graph_ir.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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