Skip to main content
Glama

search_memory

Locate specific byte patterns in emulated memory during analysis sessions. Define search scope with optional address and size parameters to identify data structures or code segments.

Instructions

Search for a byte pattern in memory.

If address is None, searches all mapped regions.

Args: session_id: The session ID. pattern: Hex string of bytes to search for (e.g. "deadbeef"). address: Optional start address to limit search. size: Optional size of search range (required if address is set). max_results: Maximum matches to return (default 100).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
patternYes
addressNo
sizeNo
max_resultsNo

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/LabGuy94/MCPEmulate'

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