pwndbg_gotplt
Print resolved library function addresses from the GOT/PLT to analyze dynamic linking.
Instructions
Print symbols found in the .got.plt section.
pwndbg command: gotplt Source: pwndbg/commands/elf.py Category: Linux/libc/ELF
Shows the GOT/PLT entries with their current resolved values. Useful for identifying which library functions have been resolved by the dynamic linker.
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/elf/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |