pwndbg_got
Show GOT entries with current values, indicating resolved addresses vs unresolved PLT stubs.
Instructions
Show the state of the Global Offset Table.
pwndbg command: got Source: pwndbg/commands/got.py Category: Linux/libc/ELF
Displays GOT entries with their current values, showing which entries point to the PLT stub (unresolved) vs actual library addresses (resolved).
Args: session_id: The UUID of the session. filter_str: Optional filter string to match symbol names.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/got/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| filter_str | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |