pwndbg_libcinfo
Identify exact libc version, build ID, and paths for exploit development. Displays offsets and loaded libc details.
Instructions
Show information about the loaded libc (version, build, offsets).
pwndbg command: libcinfo Source: pwndbg/commands/libcinfo.py Category: Linux/libc/ELF
Displays the libc version, build ID, and paths. Useful for identifying the exact libc for exploit development.
Args: session_id: The UUID of the session.
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/libcinfo/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |