Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrexodia/ida-pro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server