Skip to main content
Glama

ida-mcp-server

ida_get_function_assembly_by_name

Retrieve assembly code for a specific function by its name using IDA interaction. Simplify analysis and automation tasks in reverse engineering workflows.

Instructions

Get assembly code for a function by name

Input Schema

NameRequiredDescriptionDefault
function_nameYes

Input Schema (JSON Schema)

{ "properties": { "function_name": { "title": "Function Name", "type": "string" } }, "required": [ "function_name" ], "title": "GetFunctionAssemblyByName", "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/MxIris-Reverse-Engineering/ida-mcp-server'

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