pwndbg_auxv
Print the ELF auxiliary vector to display kernel-provided process information such as page size, entry point, and platform.
Instructions
Print the ELF Auxiliary Vector.
pwndbg command: auxv Source: pwndbg/commands/auxv.py Category: Linux/libc/ELF
Shows the auxiliary vector passed to the process by the kernel, containing info like page size, entry point, platform, UID/GID, etc.
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/auxv/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |