angr.rust.analyses.rust_symbol_recovery¶
- class angr.rust.analyses.rust_symbol_recovery.RustSymbolRecovery¶
Bases:
AnalysisThis analysis recovers Rust symbols by analyzing the binary’s symbol table and debug information. It identifies Rust-specific symbols, such as those related to traits, generics, and async functions, and annotates them for further analysis.
- OPT_LEVELS = ['0', '1', '2', '3']¶
- __init__(sig_dirs=None)¶