run_script
Execute multi-line x64dbg scripts atomically with one command per line, enabling automated breakpoint setting and logging during debugging sessions.
Instructions
Execute a multi-line x64dbg script (commands run atomically). One command per line. Example: 'bp VirtualAlloc\nrun\nlog "hit VirtualAlloc"'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script | Yes | Multi-line x64dbg script. One command per line, separated by \n. |
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 |