Module cwe_checker_lib::pipeline
source · Expand description
This module contains functions and structs helpful for building a complete analysis pipeline starting from the binary file path.
Structs
- A struct containing pointers to all known analysis results that may be needed as input for other analyses and CWE checks.
Functions
- Disassemble the given binary and parse it to a
Project
struct.