Expand description
Call graph analysis for binary programs
This module provides functionality to analyze function call relationships in binary programs, including call graph construction, cycle detection, and visualization export.
Structs§
- Call
Graph Analyzer - Call graph analyzer
- DotConfig
- Configuration for DOT export
- DotExporter
- DOT format exporter for Graphviz visualization
- Json
Exporter - JSON exporter for programmatic analysis
Traits§
- Call
Graph Exporter - Trait for call graph exporters
Functions§
- analyze_
binary - Analyze binary call graph
- analyze_
binary_ with_ config - Analyze binary call graph with custom configuration