pwndbg_run
Runs the loaded program from the start, blocking until breakpoint, signal, exit, or timeout. Streams debugger output for real-time binary analysis.
Instructions
Run the loaded program from the beginning.
Blocks until the process stops (breakpoint, signal, exit) or times out. Streams intermediate debugger output as MCP progress/log notifications.
Args: session_id: The UUID of the session. timeout: Maximum seconds to wait for the process to stop (default 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |