about summary refs log tree commit diff stats
path: root/test/analysis/depgraph.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* IR: replace `.g` with a lazy built `.graph`, avoiding the need of `gen_graph`Ajax2015-12-071-51/+51
* IRA: ira parent class is now miasm2.ir.ir::irCamille Mougey2015-12-071-2/+2
* Test/Depgraph: the error status was not checkedAjax2015-12-041-0/+3
* Analysis/Depgraph: Coding convention and cleanupsCaroline Leman2015-08-241-2/+1
* Analysis/Depgraph: Remove duplicates treatmentsCaroline Leman2015-08-241-96/+106
* Analysis/Depgraph: pylint and pep8 compliance + docstringsCaroline Leman2015-08-051-8/+7
* Analysis/Depgraph: DependecyGraph precision improvement + regressions tests.Caroline Leman2015-08-051-420/+1021
* TestDepgraph: Bad counter name (credits C. Leman)Ajax2015-04-241-3/+4
* Example: add NoCallNoMem in ida/depgraphserpilliere2015-03-231-8/+4
* Test/DepGraph: add regression test for double bloc symbolic emulationFabrice Desclaux2015-03-121-0/+42
* Test/Analysis: Regression tests for DependencyGraphCamille Mougey2015-02-201-0/+602