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

Functions

  • Return Ok(file_path) only if file_path points to an existing file.
  • Only keep the modules specified by the --partial parameter in the modules 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.