Documentation ¶
Overview ¶
Provides support for dealing with EVM assembly instructions (e.g., disassembling them).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Disassemble ¶
Return all disassembled EVM instructions in human-readable format.
func NewInstructionIterator ¶
func NewInstructionIterator(code []byte) *instructionIterator
Create a new instruction iterator.
func PrintDisassembled ¶
Pretty-print all disassembled EVM instructions to stdout.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.