pwndbg_tcachebins
Print tcache free list chains per size class for GLibc heap analysis, revealing bin entries at a given address.
Instructions
Print tcache bin entries (free list chains per size class).
pwndbg command: tcachebins Source: pwndbg/commands/ptmalloc2.py Category: GLibc ptmalloc2 Heap
Args: session_id: The UUID of the session. addr: Optional tcache address. 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 | No | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |