pwndbg_kbase
Retrieve the kernel base address in a debugging session to support kernel-level analysis and exploit development.
Instructions
Show the kernel base address.
pwndbg command: kbase Source: pwndbg/commands/kbase.py Category: Kernel
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/kbase/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |