pwndbg_vis_heap_chunks
Visualize GLibc heap chunks as a color-coded map showing chunk boundaries, headers, and data for efficient heap analysis.
Instructions
Visualize heap chunks with a colorful graphical representation.
pwndbg command: vis_heap_chunks (alias: vis) Source: pwndbg/commands/ptmalloc2.py Category: GLibc ptmalloc2 Heap
Renders heap chunks as a visual map with color-coded regions showing chunk boundaries, headers, and data. One of pwndbg's most distinctive features for heap analysis.
Args: session_id: The UUID of the session. addr: Optional starting address.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/ptmalloc2/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| addr | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |