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
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| data | Yes | ||
| base_address | No | ||
| encoding | No | hex |