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
FlowGraphLayouttrait allows you to customize the layout of flow graphs. - node
- Represents a single node in a flow graph, typically backed by a
BasicBlock.