edb_find_references
Find all code references to a target address or symbol, locating functions and variables that reference it.
Instructions
Find all code references to a given address or symbol. Searches functions and variables referencing the address.
Args: params (FindReferencesInput): Target address - address (str): Address to find references to
Returns: str: Reference locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |