analyze_function_deep
Perform deep single-function analysis on a binary by providing its path and function address or name, returning disassembly, decompilation, variables, xrefs, callers, callees, strings, and complexity metrics in one call.
Instructions
Deep single-function analysis: disassembly, decompilation, variables, xrefs, callers, callees, strings, and complexity metrics in one call.
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 to analyze (e.g. "main") |