agent_analyze
Plan and execute multi-step debugging analysis for open-ended reverse-engineering goals, then report findings. Use for tasks like locating unpacking loops or tracing execution.
Instructions
AUTONOMOUS ANALYSIS: Ask the AI agent to plan, execute, and report on a debugging goal. The agent runs a ReAct loop, calls multiple debugging skills, and returns findings. USE WHEN: open-ended exploration — 'find unpacking loop', 'identify anti-debug', 'trace execution from main'. DO NOT USE for single specific operations — call the dedicated tool instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Goal in plain English. Be specific. Examples: 'Find all VirtualAlloc call sites and identify the unpacking loop', 'Locate anti-debug checks and suggest patches', 'Trace 50 instructions from RIP and summarize control flow'. | |
| max_steps | No | Max reasoning steps. 5-10 focused, 15-25 exploration, 30+ complex. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |