Module etk_asm::disasm[][src]

A simple disassembler from the Ethereum Toolkit.

Converts a stream of bytes into an iterator of [`ConcreteOp’].

See the documentation for Disassembler for more information.

Structs

Disassembler

A simple disassembler that converts a stream of bytes into an iterator over the disassembled ConcreteOp.

Iter

A std::iter::Iterator over the ConcreteOp produced by disassembling a stream of bytes.

Offset

An item with its location within a stream of bytes.

Enums

Error

Errors that may arise during disassembly.