Skip to main content
Glama

emulate

Execute CPU emulation from a specified address with configurable bounds like stop address, instruction count, or timeout to control execution flow.

Instructions

Run CPU emulation.

Must provide stop_address, count, or both to bound execution.

Args: session_id: The session ID. address: Address to begin execution. stop_address: Address to stop at (exclusive). count: Maximum instructions to execute (capped at 100,000). timeout_ms: Timeout in milliseconds (capped at 60,000).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_idYes
addressYes
stop_addressNo
countNo
timeout_msNo

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