IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • Linux
  • Apple

disassemble_function

Extract assembly code, including addresses, instructions, and comments, for a specific function by providing its start address. Facilitates automated reverse engineering in IDA Pro environments.

Instructions

Get assembly code (address: instruction; comment) for a function

Input Schema

NameRequiredDescriptionDefault
start_addressYesAddress of the function to disassemble

Input Schema (JSON Schema)

{ "properties": { "start_address": { "description": "Address of the function to disassemble", "title": "Start Address", "type": "string" } }, "required": [ "start_address" ], "title": "disassemble_functionArguments", "type": "object" }
ID: 35q428b8zg