get_function_callees
Retrieve all functions called by a specified function to map its dependencies and understand its behavior during reverse engineering.
Instructions
Get all functions called by a given function. Shows what a function depends on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |