Expand description
Control flow analysis for binary programs
This module provides functionality to analyze control flow in binary programs, including basic block identification, control flow graph construction, and complexity metrics calculation.
Structs§
- Analysis
Config - Configuration for control flow analysis
- Control
Flow Analyzer - Control flow analyzer
Functions§
- analyze_
binary - Analyze binary control flow
- analyze_
function - Analyze control flow for a specific function