Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

read_memory_bytes

Retrieve raw byte data from a specific memory address when standard methods fail. Essential for advanced reverse engineering tasks in IDA Pro MCP environments.

Instructions

Read bytes at a given address. Only use this function if `get_global_variable_at` and `get_global_variable_by_name` both failed.

Input Schema

NameRequiredDescriptionDefault
memory_addressYesAddress of the memory value to be read
sizeYessize of memory to read

Input Schema (JSON Schema)

{ "properties": { "memory_address": { "description": "Address of the memory value to be read", "title": "Memory Address", "type": "string" }, "size": { "description": "size of memory to read", "title": "Size", "type": "integer" } }, "required": [ "memory_address", "size" ], "title": "read_memory_bytesArguments", "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