get_function_info
Retrieve detailed metadata for a single function, including cyclomatic complexity, stack frame, arguments, locals, and basic block count.
Instructions
Get detailed metadata for a single function including cyclomatic complexity, stack frame, args, locals, and basic block count.
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") |