pwndbg_errno
Resolves errno codes to their string names and descriptions. Displays current errno or details for a given error number.
Instructions
Convert errno to its string representation.
pwndbg command: errno Source: pwndbg/commands/errno.py Category: Linux/libc/ELF
Without arguments, shows the current errno value. With a number, shows the name and description for that error code.
Args: session_id: The UUID of the session. err: Optional error code to look up.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/errno/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| err | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |