pwndbg_ksyscalls
Displays the syscall table to analyze kernel system calls during debugging. Identifies syscall numbers and names for kernel-level reverse engineering.
Instructions
Show syscall table information.
pwndbg command: ksyscalls Source: pwndbg/commands/ksyscalls.py Category: Kernel
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/ksyscalls/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |