execute_command
Run any GDB or pwndbg command directly, even while the debugged process is active, and retrieve its output for security analysis.
Instructions
Execute a raw gdb command and return its output. Use for pwndbg-specific commands (vmmap, heap, got, checksec, ropgadget, search, ...) or any other gdb CLI command. Works while the inferior is running (queued until the next stop).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| keep_ansi | No | ||
| session_id | No |