Module control_flow

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

AnalysisConfig
Configuration for control flow analysis
ControlFlowAnalyzer
Control flow analyzer

Functions§

analyze_binary
Analyze binary control flow
analyze_function
Analyze control flow for a specific function