Skip to main content
Glama

map_memory

Allocate memory regions in emulation sessions with specific permissions for CPU emulation and memory analysis.

Instructions

Map a memory region in the emulator.

Size is rounded up to 4KB page alignment.

Args: session_id: The session ID. address: Start address (must be page-aligned, i.e. multiple of 0x1000). size: Region size in bytes. perms: Permission string combining 'r', 'w', 'x'. Default "rwx".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
addressYes
sizeYes
permsNorwx

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