pwndbg_stackf
Dereferences the stack from $sp to $bp to display the entire current stack frame for debugging and analysis.
Instructions
Show the entire current stack frame contents.
pwndbg command: stackf Source: pwndbg/commands/telescope.py Category: Stack
Dereferences the stack from $sp to $bp, showing the entire current stack frame.
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/telescope/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |