Represents a single flowgraph. More...
Inherits com::zynamics::zylib::types::graphs::DirectedGraph< BasicBlock, BlockEdge >, and com::zynamics::zylib::types::graphs::IDirectedGraph< BasicBlock, BlockEdge >.
Public Member Functions | |
| List< BlockEdge > | getEdges () |
| The edges of the flowgraph. | |
| List< BasicBlock > | getNodes () |
| The nodes of the flowgraph. | |
| String | toString () |
| Printable representation of the flowgraph. | |
Flowgraph objects describe the control flow inside a function. The nodes of a flowgraph are BasicBlock objects, the edges between the BasicBlock nodes are BlockEdge objects.
| List<BlockEdge> BinNavi.API.disassembly.FlowGraph.getEdges | ( | ) |
Returns all edges that are part of this flowgraph.
| List<BasicBlock> BinNavi.API.disassembly.FlowGraph.getNodes | ( | ) |
Returns all nodes that are part of this flowgraph.
| String BinNavi.API.disassembly.FlowGraph.toString | ( | ) |
Returns a string representation of the flowgraph.
1.7.1