angr.flirt¶
- angr.flirt.FS
alias of
FlirtSignature
- class angr.flirt.FlirtSignature
Bases:
objectThis class describes a FLIRT signature without any internal data that is only available after parsing.
- __init__(arch, platform, sig_name, sig_path, unique_strings=None, compiler=None, compiler_version=None, os_name=None, os_version=None)
- angr.flirt.load_signature(sig_path, meta_path=None)¶
Load a single FLIRT signature from a specific path.
- angr.flirt.load_signatures(path, ignore=None)¶
Recursively load all FLIRT signatures under a specific path.
Submodules