ida_set_type
Set C type declarations for functions or variables in IDA Pro by specifying an address and a C type signature, enhancing reverse engineering accuracy.
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)' |