survey_binary
Get a compact binary overview: metadata, segments, entry points, statistics, strings, top functions with classification, imports, and call graph. Use as first analysis call.
Instructions
Get a compact overview of the binary in one call. Returns file metadata, segment layout, entry points, statistics, top 15 strings and functions ranked by xref count (functions include classification: thunk/wrapper/leaf/dispatcher/ complex), imports by category, and call graph summary. Use this as your FIRST tool call when starting analysis. Do not call list_funcs, imports, or find_regex separately for triage — this returns all of that. Use detail_level='minimal' for binaries with >10k functions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail_level | No | Detail level: 'standard' or 'minimal' | |
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metadata | No | ||
| statistics | No | ||
| segments | No | ||
| entrypoints | No | ||
| interesting_strings | No | ||
| interesting_functions | No | ||
| imports_by_category | No | ||
| call_graph_summary | No | ||
| _note | No |