pwndbg_xinfo
Shows extended information about a memory address, including memory region and offsets from base of page, binary, stack, and heap.
Instructions
Show extended information about an address — offsets from useful locations.
pwndbg command: xinfo Source: pwndbg/commands/xinfo.py Category: Memory
Displays what memory region the address belongs to, along with offsets from the base of the containing page, binary, stack, heap, etc.
Args: session_id: The UUID of the session. address: Address to inspect (default: $pc).
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/xinfo/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |