get_cross_references
Retrieve all cross-references to or from a specified address, including code calls/jumps and data reads/writes, to analyze dependencies in executable debugging.
Instructions
Find all cross-references (xrefs) to or from the given address. Returns code references (calls/jumps) and data references (reads/writes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| address | Yes | Target address or symbol | |
| direction | No | 'to' = who references this address, 'from' = what this address references | to |