Skip to main content
Glama

load_executable

Load executable binaries (ELF, PE, Mach-O) into the MCPEmulate emulator to analyze and execute code across multiple CPU architectures.

Instructions

Load an executable binary (ELF, PE, or Mach-O) into the emulator.

Auto-detects format. Maps segments with correct permissions, sets PC to entry point, registers symbols.

Args: session_id: The session ID. data: Binary data as hex string or base64. base_address: Optional base address offset. Default 0. encoding: "hex" (default) or "base64".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
dataYes
base_addressNo
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