Module flowgraph

Module flowgraph 

Source
Expand description

Interfaces for creating and displaying pretty CFGs in Binary Ninja.

Re-exports§

pub use edge::EdgeStyle;
pub use edge::FlowGraphEdge;
pub use node::FlowGraphNode;

Modules§

edge
Represents the connection between two FlowGraphNodes.
layout
The FlowGraphLayout trait allows you to customize the layout of flow graphs.
node
Represents a single node in a flow graph, typically backed by a BasicBlock.

Structs§

FlowGraph

Type Aliases§

EdgePenStyle
FlowGraphOption
ThemeColor