get_xrefs
Identify cross-references and call dependencies for a function or address. Retrieve call relationships from a binary for analysis.
Instructions
Find and analyze cross-references (Xrefs) and call dependencies for a specified function or address. Supports passing an address/name or global query, returning format includes [{'type': 'CALL', 'from': '0x401000', 'to': '0x402000'}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| xref_type | No | ALL | |
| address_or_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |