pwndbg_procinfo
Display detailed process information including PID, executable path, and architecture for binary analysis.
Instructions
Display detailed process information.
pwndbg command: procinfo Source: pwndbg/commands/procinfo.py Category: Process
Shows process details including PID, executable path, architecture, endianness, and other metadata.
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/procinfo/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |