about summary refs log tree commit diff stats
path: root/example/ida/depgraph.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Core/asmbloc: move asmbloc to asmblockFabrice Desclaux2017-03-131-1/+1
|
* All: rename vars bloc -> blockFabrice Desclaux2017-03-131-5/+5
|
* IR: rename blocs to blocksFabrice Desclaux2017-03-131-7/+7
|
* Expr: Remove exprint_fromFabrice Desclaux2016-12-231-1/+1
|
* Example/ida/depgraph: add basic stack unaliasingFabrice Desclaux2016-04-061-11/+45
|
* Example/Depgraph: allow lower/upper register trackingFabrice Desclaux2016-03-221-1/+4
|
* Depgraph: updt apiFabrice Desclaux2016-03-211-4/+9
|
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-3/+0
|
* Example/IDA: unused importAjax2015-11-061-3/+0
|
* ExampleIDA: Add 'Implicit' option for depgraphAjax2015-04-241-2/+4
|
* Example: add NoCallNoMem in ida/depgraphserpilliere2015-03-231-12/+9
|
* 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/+4
|
* Example/IDA: add a script to highlight depnodes through IDACamille Mougey2015-02-201-0/+201