edb_get_function_info
Get detailed information about a function, including its address, prototype, and source location, by providing the function name.
Instructions
Get detailed info about a function: address, prototype, source location.
Args: params (FunctionInfo): Function name - name (str): E.g., 'main', 'malloc'
Returns: str: Function details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |