find_vulnerabilities
Scan a binary for common vulnerability patterns including dangerous API usage, buffer overflows, format strings, integer overflows, and missing bounds checks.
Instructions
Scan a binary for common vulnerability patterns: dangerous API usage, buffer overflows, format strings, integer overflows, and missing bounds checks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_depth | No | Analysis depth: quick=imports only, standard=imports+xrefs, deep=imports+xrefs+decompile | standard |
| binary_path | Yes | Absolute path to the binary file |