Skip to main content
Glama

search_bytes

Find byte patterns in binary files using hex patterns with wildcards, returning addresses and surrounding context for reverse engineering analysis.

Instructions

Search for a byte pattern in the binary. Supports wildcards with ?? for single byte wildcards. Returns addresses where the pattern was found along with surrounding context bytes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
patternYesHex pattern to search for. Use ?? for wildcards. Example: '48 8B ?? ?? ?? ?? 00' or '488B??????00'
start_addressNoStart address for search (default: start of binary)
max_resultsNoMaximum number of results to return (default: 100)

Latest Blog Posts

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

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