angr.rust.analyses.rustc_version_identification

class angr.rust.analyses.rustc_version_identification.RustcVersionIdentification

Bases: Analysis

Identify the rustc version used to compile a Rust binary by matching FLIRT signatures across known rustc versions and selecting the version with the highest match count.

OPT_LEVELS = ['0', '1', '2', '3']
__init__(sig_dirs=None)