pwndbg_contextoutput
Set the output target for a context section, like regs or disasm, to redirect debug information to the desired view.
Instructions
Configure where a context section's output is sent.
pwndbg command: contextoutput (alias: ctx-out) Source: pwndbg/commands/context.py Category: Context
Args: session_id: The UUID of the session. section: The context section name (e.g. "regs", "disasm", "stack"). value: The output target or configuration value.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/context/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| section | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |