Lattice graph class where each node contains one REIL instructions.
More...
Inherits com::zynamics::zylib::types::graphs::MutableDirectedGraph< InstructionGraphNode, InstructionGraphEdge >, and BinNavi::API::disassembly::IDirectedGraph< InstructionGraphNode, InstructionGraphEdge >.
List of all members.
Detailed Description
Graph class that describes graphs with nodes that contain exactly one REIL instruction.
Constructor & Destructor Documentation
Creates a new instruction graph.
- Parameters:
-
| nodes | List of nodes to put into the graph. |
| edges | List of edges to put into the graph. |
Member Function Documentation
Adds an instruction edge to the instruction graph.
- Parameters:
-
| edge | The edge to add to the graph. |
Adds an instruction node to the instruction graph.
- Parameters:
-
| node | The node to add to the graph. |
Creates an instruction graph from a REIL graph.
- Parameters:
-
| graph | The REIL graph to convert. |
- Returns:
- The created instruction graph.
Removes an instruction edge from the instruction graph.
- Parameters:
-
Removes an instruction node from the instruction graph.
- Parameters:
-
| String BinNavi.API.reil.mono.InstructionGraph.toString |
( |
|
) |
|
Returns a string representation of the instruction graph.
- Returns:
- A string representation of the instruction graph.