IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • 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" }
ID: 35q428b8zg