analyze_binary
Analyze a binary file to extract architecture, platform, entry point, and metadata as JSON. Set the analysis depth to control detail.
Instructions
Open and analyze a binary file, returning architecture, platform, entry point, and binary metadata as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| binary_path | Yes | Absolute path to the binary file | |
| analysis_level | No | Analysis depth level (aa=basic, aaa=standard, aaaa=experimental) | aaa |