pwndbg_strings
Extract ASCII strings from readable memory pages of a live process, enabling quick identification of embedded text during debugging.
Instructions
Extract ASCII strings from readable memory pages.
pwndbg command: strings Source: pwndbg/commands/strings.py Category: Linux/libc/ELF
Scans all readable memory pages for printable ASCII strings, similar
to the strings Unix utility but operating on the live process memory.
Args: session_id: The UUID of the session. n: Minimum string length (default: 4).
See: https://pwndbg.re/2025.05.30/reference/pwndbg/commands/strings/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |