declare_c_type
Define or modify local types in IDA Pro using C declarations. Automates type creation for reverse engineering workflows with clear, structured input.
Instructions
Create or update a local type from a C declaration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
c_declaration | Yes | C declaration of the type. Examples include: typedef int foo_t; struct bar { int a; bool b; }; |