IDA Pro MCP

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

get_function_by_name

Retrieve a specific function by its name from IDA Pro's disassembled code for automated reverse engineering and analysis.

Instructions

Get a function by its name

Input Schema

NameRequiredDescriptionDefault
nameYesName of the function to get

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the function to get", "title": "Name", "type": "string" } }, "required": [ "name" ], "title": "get_function_by_nameArguments", "type": "object" }
ID: 35q428b8zg