Disassembler.disassemble

This routine converts the given EVM bytecode into a string containing EVM assembly language code.

class Disassembler
string[]
disassemble
(
string vmBytes
)

Parameters

vmBytes
Type: string

The string containing EVM bytecode.

Return Value

Type: string[]

An array EVM assembly language code opcodes.

Meta