Skip to main content
Glama

IDA Pro MCP

MIT License
3,134
  • Linux
  • Apple

data_read_qword

Retrieve an 8-byte QWORD value from a specified memory address when other methods fail, aiding in reverse engineering tasks with IDA Pro automation.

Instructions

Read the 8 byte value at the specified address as a QWORD. Only use this function if `get_global_variable_at` failed.

Input Schema

NameRequiredDescriptionDefault
addressYesAddress to get 8 bytes value from

Input Schema (JSON Schema)

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