Disassembler

Converts a stream of bytes into EVM assembly code.

Members

Functions

disassemble
string[] disassemble(string vmBytes)

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

Meta