Represents a single callgraph. More...
Inherits com::zynamics::zylib::types::graphs::DirectedGraph< FunctionBlock, FunctionEdge >, and com::zynamics::zylib::types::graphs::IDirectedGraph< FunctionBlock, FunctionEdge >.
Public Member Functions | |
| List< FunctionEdge > | getEdges () |
| The edges of the callgraph. | |
| List< FunctionBlock > | getNodes () |
| The nodes of the callgraph. | |
| String | toString () |
| Printable representation of the callgraph. | |
The callgraph of a module is the graph that shows how the individual functions call each other. The nodes of a callgraph are function block objects which encapsulate functions. The edges are function edges, directed edges that lead from the source of a function call to the called function.
| List<FunctionEdge> BinNavi.API.disassembly.Callgraph.getEdges | ( | ) |
Returns the edges of the callgraph.
| List<FunctionBlock> BinNavi.API.disassembly.Callgraph.getNodes | ( | ) |
Returns the nodes of the callgraph.
| String BinNavi.API.disassembly.Callgraph.toString | ( | ) |
Returns a string representation of the callgraph.
1.7.1