about summary refs log tree commit diff stats
path: root/miasm2/core/graph.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DiGraph: Inherite DiGraph from `object`Camille Mougey2015-02-201-1/+1
|
* Graph: add dominators computationFabrice Desclaux2015-01-181-0/+52
|
* Add docstring/Fix variable nameFabrice Desclaux2015-01-091-7/+10
|
* Graph: Add get_all_parents/del_nodeFabrice Desclaux2015-01-091-0/+22
|
* Miasm v2serpilliere2014-06-031-0/+126
* API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy !