triage_binary
Run a complete binary analysis in one call—extract file details, sections, imports, exports, strings, functions, entry points, and security features to quickly assess any executable.
Instructions
Perform comprehensive one-shot binary triage: file info, sections, imports, exports, strings, functions, entry points, and security features in a single call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary_path | Yes | Absolute path to the binary file | |
| max_strings | No | Maximum number of interesting strings to include | |
| max_functions | No | Maximum number of functions to include (sorted by size, largest first) | |
| analysis_level | No | Analysis depth level (aa=basic, aaa=standard, aaaa=experimental) | aaa |