Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

search_byte_sequence

Locate specific byte sequences in binary files using IDA Pro. Input a byte sequence and optional address range for precise matching in reverse engineering tasks.

Instructions

Search for a byte sequence in the binary

Input Schema

NameRequiredDescriptionDefault
bytesYesByte sequence to search for (e.g., "90 90 90" for three NOPs)
endAddressNoEnd address for search (optional)
startAddressNoStart address for search (optional)

Input Schema (JSON Schema)

{ "properties": { "bytes": { "description": "Byte sequence to search for (e.g., \"90 90 90\" for three NOPs)", "type": "string" }, "endAddress": { "description": "End address for search (optional)", "type": "string" }, "startAddress": { "description": "Start address for search (optional)", "type": "string" } }, "required": [ "bytes" ], "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/fdrechsler/mcp-server-idapro'

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