symbol_by_address
Resolve a debug symbol name from its memory address. Provide the address as a hex string to retrieve the symbol name.
Instructions
Look up a debug symbol by its address to get its name.
Args: address: Memory address as hex string (e.g., "0x80001000")
Returns: Symbol name at or near the given address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |