pwndbg_commpage
Dump kernel-provided data from the macOS commpage, including CPU features and timestamps, without system calls.
Instructions
Dump values from the macOS commpage.
pwndbg command: commpage Source: pwndbg/commands/commpage.py Category: Darwin/libsystem/Mach-O
The commpage is a shared memory page on macOS that contains kernel-provided data accessible from userspace without syscalls (CPU features, timestamps, etc.).
Args: session_id: The UUID of the session. verbose: If True, show all commpage fields.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/commpage/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| verbose | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |