get_xrefs
Retrieve all cross-references to or from a binary address to reveal callers, callees, and data references. Use direction to filter incoming or outgoing references for targeted analysis.
Instructions
Get all cross-references to or from a specific address, identifying callers, callees, and data references.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return | |
| offset | No | Pagination offset (0-based) | |
| address | Yes | Hex address (e.g. "0x08048000") | |
| direction | No | Direction of cross-references: "to" (who references this) or "from" (what this references) | to |
| binary_path | Yes | Absolute path to the binary file |