IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • Linux
  • Apple

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

NameRequiredDescriptionDefault
c_declarationYesC declaration of the type. Examples include: typedef int foo_t; struct bar { int a; bool b; };

Input Schema (JSON Schema)

{ "properties": { "c_declaration": { "description": "C declaration of the type. Examples include: typedef int foo_t; struct bar { int a; bool b; };", "title": "C Declaration", "type": "string" } }, "required": [ "c_declaration" ], "title": "declare_c_typeArguments", "type": "object" }
ID: 35q428b8zg