execute_command
Execute raw x64dbg commands for advanced operations beyond standard tools. Returns command output directly.
Instructions
Execute a raw x64dbg command string. Use this for advanced operations not covered by other tools. Returns the command output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| command | Yes | x64dbg command, e.g. 'graph 0x401000' or 'findall 0, "MZ"' |