get_callers
Identify all functions that call a specific address in IDA Pro to analyze code relationships and dependencies during reverse engineering.
Instructions
Get all callers of the given address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_address | Yes | Address of the function to get callers |