Skip to main content
Glama

disassemble

Convert machine code into readable assembly instructions for analysis across multiple CPU architectures like x86, ARM, and RISC-V.

Instructions

Disassemble machine code into instructions using Capstone.

Args: arch: Architecture name (x86_32, x86_64, arm, arm64). data: Machine code as hex string or base64. address: Base address for disassembly. Default 0. encoding: "hex" (default) or "base64". count: Max instructions to disassemble. 0 = all.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
archYes
dataYes
addressNo
encodingNohex
countNo

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