get_callees
Retrieve all functions called by a specific function address to analyze code flow and dependencies in reverse engineering.
Instructions
Get all the functions called (callees) by the function at function_address
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_address | Yes | Address of the function to get callee functions |