pwndbg_finish
Execute the current function until return, with configurable timeout. Skip function execution during debugging to analyze post-return state.
Instructions
Execute until the current function returns.
Blocks until the function returns 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 (default 30).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |