package
0.0.0-20210624183419-6d058f5e1da6
Repository: https://github.com/decomp/exp.git
Documentation: pkg.go.dev

# Packages

Package mips implements a disassembler for the MIPS architecture.
Package x86 implements a disassembler for the x86 architecture.

# Functions

New creates a new Disasm for accessing the assembly instructions of the given binary executable, and the information contained within associated JSON and LLVM IR files.

# Constants

The sequence of bytes contains code.
The sequence of bytes contains data.

# Structs

A Disasm tracks information required to disassemble a binary executable.
A Fragment represents a sequence of bytes (either code or data).

# Type aliases

FragmentKind specifies the set of byte sequence types (either code or data).