about summary refs log tree commit diff stats
path: root/example/ida/depgraph.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename examples lifterFabrice Desclaux2020-12-251-12/+12
* Rename ira => LifterModelCallFabrice Desclaux2020-12-241-8/+8
* Fix ida examplesFabrice Desclaux2020-10-301-5/+8
* IRBlock take loc_dbFabrice Desclaux2020-08-311-1/+1
* IDAPython 7.4 portingnofiv2020-04-161-12/+12
* Fix IDA depgraph exampleWilliam Bruneau2019-10-091-3/+4
* Rename miasm2 to miasmFabrice Desclaux2019-03-051-6/+6
* Support python2/python3Fabrice Desclaux2019-03-051-17/+24
* Fix bad englishFabrice Desclaux2019-01-171-1/+1
* Example/ida: fix dgFabrice Desclaux2018-07-051-6/+6
* IR: gen ircfg from ir_archFabrice Desclaux2018-07-051-12/+12
* Update symbol_pool's deprecated API -> LocationDBAjax2018-07-031-3/+3
* symbol_pool -> loc_dbAjax2018-07-031-5/+5
* Example/ida: use addr to guess archFabrice Desclaux2018-06-191-4/+5
* Example/IDA: fix depgraph apiFabrice Desclaux2018-06-161-11/+11
* Core: replace AsmLabel by LocKeyFabrice Desclaux2018-06-091-11/+13
* IRBlock: getitem/len on assignblksFabrice Desclaux2018-02-091-3/+3
* IRBlock: irblock iterates on its assignblksFabrice Desclaux2018-02-091-2/+2
* IRBlock: replace irs by assignblksFabrice Desclaux2018-02-091-5/+5
* Asmblock: rename blocFabrice Desclaux2017-07-071-1/+1
* IR: rename add_blocFabrice Desclaux2017-07-071-1/+1
* IDA/Depgraph: clean & fix imports, export main functionAjax2017-07-051-83/+93
* IR: Make IRBlock immutableFabrice Desclaux2017-05-241-4/+6
* IDA: handle generated labels in depgraphAjax2017-04-251-1/+7
* IDA: fix depgraph for immutable AssignBlockAjax2017-04-251-8/+12
* 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