Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • Linux
  • Apple

decompile_function

Decompile a function at a specified address in IDA Pro to analyze and understand its structure and behavior in reverse engineering workflows.

Instructions

Decompile a function at the given address

Input Schema

NameRequiredDescriptionDefault
addressYesAddress of the function to decompile

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address of the function to decompile", "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "decompile_functionArguments", "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