IDA Pro MCP

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

get_function_by_address

Retrieve a function in IDA Pro by specifying its memory address for reverse engineering analysis. Streamlines function identification in automated workflows.

Instructions

Get a function by its address

Input Schema

NameRequiredDescriptionDefault
addressYesAddress of the function to get

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address of the function to get", "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "get_function_by_addressArguments", "type": "object" }
ID: 35q428b8zg