ida_set_type
Set C type signatures for functions and variables in IDA Pro to improve decompilation and static analysis.
Instructions
Set the type signature for a function or variable (C declaration syntax).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Address to type | |
| type_str | Yes | C type declaration, e.g. 'int __fastcall foo(HANDLE h, DWORD size)' |