pwndbg_pagewalk
Walks page tables for a virtual address, displaying the full path from PGD to PTE with physical frame numbers and page flags for kernel debugging.
Instructions
Walk page tables for a virtual address.
pwndbg command: pagewalk Source: pwndbg/commands/paging.py Category: Kernel
Shows the full page table walk: PGD → P4D → PUD → PMD → PTE, with the physical frame number and page flags at each level.
Args: session_id: The UUID of the session. address: Virtual address to walk.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/paging/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |