Call graph
call_graphVisualize a function's callers and callees as a navigable graph to trace code paths during reverse engineering.
Instructions
Draw the callers and callees around one function as a navigable graph. Depth is capped at 3 because call graphs fan out exponentially.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| depth | No | ||
| address | No |