pwndbg_p2p
Find pointer-to-pointer chains across memory mappings to discover pivot chains for exploit development.
Instructions
Pointer-to-pointer chain search across memory mappings.
pwndbg command: p2p Source: pwndbg/commands/p2p.py Category: Memory
Finds chains of pointers between different memory regions, useful for discovering pivot chains in exploit development.
Args: session_id: The UUID of the session. mapping_names: Optional comma-separated list of mapping name ranges to search.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/p2p/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| mapping_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |