pwndbg_linkmap
Reveal the dynamic linker's link map to examine loaded shared objects with their base addresses and file paths.
Instructions
Show the dynamic linker's link map (loaded shared objects).
pwndbg command: linkmap Source: pwndbg/commands/linkmap.py Category: Linux/libc/ELF
Displays the linked list of loaded shared objects maintained by the dynamic linker (ld.so), showing base addresses and file paths.
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/linkmap/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |