disassemble_bytes
Convert raw hex bytes into assembly instructions for any supported architecture without loading a binary. Specify architecture, bitness, and offset to get disassembled code.
Instructions
Disassemble raw bytes into assembly instructions without loading a full binary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bits | No | Address size in bits | 32 |
| offset | No | Base offset for the disassembly listing | 0x0 |
| hex_bytes | Yes | Hex-encoded bytes to disassemble | |
| architecture | No | Target architecture | x86 |