Module binary_scanning

Module binary_scanning 

Source
Expand description

Recover dependency list from compiled Rust binaries

Most functions and types in this module only appear when the binary_scanning feature is enabled.

Enums§

BinaryFormat
Formats of compiled executables that can be scanned
BinaryReport
Dependencies recovered from scanning a compiled Rust executable

Functions§

filter_report_by_binary_type
Filters a Report to remove advisories not applicable to the given binary type.
load_deps_from_binary
Load the dependency tree from a compiled Rust executable.