set_function_type
Define a function's type by providing its name or address and a C-style prototype, enabling accurate decompilation and analysis.
Instructions
Set a function's type/prototype. Pass function name or address, and C-style prototype (e.g. 'int __cdecl func(int a, char *b)').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prototype | Yes | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |