Skip to main content
Glama

load_binary

Load binary data into an emulation session, automatically mapping memory, writing data, and optionally setting the program counter for execution.

Instructions

Load binary data into the emulator.

Auto-maps memory, writes data, and optionally sets the program counter.

Args: session_id: The session ID. data: Binary data as hex string or base64. address: Destination address. entry_point: Optional address to set the PC to. encoding: "hex" (default) or "base64".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
dataYes
addressYes
entry_pointNo
encodingNohex

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