Files
cea-sec-miasm/miasm2/analysis
Camille Mougey 5f1a1e6e4c Analysis: Introduce DependencyGraph, computing dependencies of elements
The dependencies are computed through a list of blocs (IRA).
APIs `.get*` return an iterator on DiGraph(DependencyNode). Each DiGraph
contains only relevant DependencyNode, which stand for an element at
a given line in a given basic block. That way, outputs contain each elements
involved in the target value computation.

Different outputs stand for different path through blocks (loop, ...).

This algorithm has been co-developped with @serpillere.
2015-02-20 19:30:49 +01:00
..
2014-06-03 10:27:56 +02:00
2015-02-18 10:45:26 +01:00
2014-10-07 17:44:50 +02:00