Module call_graph

Source
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§

CallGraphAnalyzer
Call graph analyzer
DotConfig
Configuration for DOT export
DotExporter
DOT format exporter for Graphviz visualization
JsonExporter
JSON exporter for programmatic analysis

Traits§

CallGraphExporter
Trait for call graph exporters

Functions§

analyze_binary
Analyze binary call graph
analyze_binary_with_config
Analyze binary call graph with custom configuration