Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • 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" }

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/mrexodia/ida-pro-mcp'

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