pwndbg_hi
Displays heap chunk details including bin membership, neighbors, and allocation status for a given address. Useful for analyzing GLibc heap structures.
Instructions
Display heap information for a specific chunk address.
pwndbg command: hi Source: pwndbg/commands/ptmalloc2.py Category: GLibc ptmalloc2 Heap
Shows which bin a chunk belongs to, its neighbors, and allocation status.
Args: session_id: The UUID of the session. addr: Address of the chunk. verbose: If True, show extended details.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/ptmalloc2/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| addr | Yes | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |