edb_read_memory
Read memory contents at an address and display as hex dump with ASCII. Supports address or symbol name, with configurable byte count up to 4096.
Instructions
Read and display memory contents at an address as a hex dump. Shows hex bytes with ASCII representation.
Args: params (AddressInput): Memory parameters - address (str): Address (e.g., '0x7fff0000' or symbol name) - count (int): Bytes to read, 1-4096 (default: 128)
Returns: str: Formatted hex dump with address, hex bytes, and ASCII
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |