ida-mcp-server

ida_get_function_assembly_by_address

Retrieve assembly code for a specific function using its memory address via the ida-mcp-server, enabling efficient analysis and debugging in IDA.

Instructions

Get assembly code for a function by address

Input Schema

NameRequiredDescriptionDefault
addressYes

Input Schema (JSON Schema)

{ "properties": { "address": { "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "GetFunctionAssemblyByAddress", "type": "object" }
ID: fpfnwgj5pa