REIL code flowgraph. More...
Inherits com::zynamics::zylib::types::graphs::DirectedGraph< ReilBlock, ReilEdge >, and BinNavi::API::disassembly::IDirectedGraph< ReilBlock, ReilEdge >.
Public Member Functions | |
| List< ReilEdge > | getEdges () |
| The edges of the graph. | |
| List< ReilBlock > | getNodes () |
| The nodes of the graph. | |
| ReilGraph (final List< ReilBlock > nodes, final List< ReilEdge > edges) | |
| Creates a new REIL graph. | |
| String | toString () |
| Printable representation of the graph. | |
Graph of REIL nodes and REIL edges.
| BinNavi.API.reil.ReilGraph.ReilGraph | ( | final List< ReilBlock > | nodes, | |
| final List< ReilEdge > | edges | |||
| ) |
Creates a new REIL graph.
| nodes | Nodes of the REIL graph. | |
| edges | Edges of the REIL graph. |
| List<ReilEdge> BinNavi.API.reil.ReilGraph.getEdges | ( | ) |
Returns the edges of the REIL graph.
| List<ReilBlock> BinNavi.API.reil.ReilGraph.getNodes | ( | ) |
Returns the nodes of the REIL graph.
| String BinNavi.API.reil.ReilGraph.toString | ( | ) |
Returns a string representation of the REIL graph.
1.7.1