x64dbg_launch
Launch x64dbg debugger with an optional target executable to begin a debugging session. It waits for the AI Agent plugin to become connectable, ensuring the debugger is ready for AI-assisted analysis.
Instructions
Launch x64dbg debugger (with optional target EXE). USE WHEN: x64dbg is not yet running and you need to start a debug session. Waits for the AI Agent plugin to become connectable after launch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_exe | No | Path to the target executable to load in x64dbg. Optional. | |
| wait_seconds | No | Seconds to wait after launch before attempting connection (default 3). |
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 |