pwndbg_examine
Examine memory at a given address using LLDB native formats like hex, decimal, string, or instruction. Specify count and format for tailored memory inspection.
Instructions
Examine memory at an address with a specified format (LLDB native).
Args: session_id: The UUID of the session. expression: Address expression to examine. format: Format — x (hex), d (decimal), u (unsigned), o (octal), t (binary), i (instruction), c (char), f (float), s (string). count: Number of elements to display.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| expression | Yes | ||
| format | No | x | |
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |