get_xrefs
Find cross-references to or from a memory address to identify callers and callees in binary analysis.
Instructions
Get cross-references to or from an address (callers / callees).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address as hex string. ALWAYS use '0x' prefix. Examples: '0x401000', '0x7FFE0308', '0x00007FF7C0001234'. WARNING: without '0x' prefix, '401000' is treated as decimal 401000, not hex 0x401000. | |
| direction | No | 'to' = who references this address; 'from' = what it references. | to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Structured result data (varies by tool) | |
| error | No | ||
| details | No | Detailed text breakdown | |
| success | Yes | ||
| summary | Yes | One-line human-readable result | |
| suggested_next_tools | No | Tools recommended to call next based on this result |