Crate cwe_checker
source ·Expand description
This crate defines the command line interface for the cwe_checker.
General documentation about the cwe_checker is contained in the cwe_checker_lib
crate.
Structs
- Find vulnerable patterns in binary executables
Enums
- Selects which kind of debug output is displayed.
Functions
- Return
Ok(file_path)
only iffile_path
points to an existing file. - Only keep the modules specified by the
--partial
parameter in themodules
list. The parameter is a comma-separated list of module names, e.g. ‘CWE332,CWE476,CWE782’. - main 🔒
- Run the cwe_checker with Ghidra as its backend.