get_control_flow_graph
Retrieve a function's control flow graph as JSON with basic blocks and edges to analyze execution paths in a binary.
Instructions
Get the control flow graph of a function as a JSON structure with basic blocks and edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | No | Hex address of the function (e.g. "0x08048000") | |
| binary_path | Yes | Absolute path to the binary file | |
| function_name | No | Name of the function (e.g. "main") |