Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

data_read_string

Extract strings from specified memory addresses in IDA Pro when 'get_global_variable_at' fails, aiding reverse engineering analysis.

Instructions

Read the string at the specified address. Only use this function if `get_global_variable_at` failed.

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to get string from

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address to get string from", "title": "Address", "type": "string" } }, "required": [ "address" ], "title": "data_read_stringArguments", "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