package
0.0.0-20170417230908-122d925a391a
Repository: https://github.com/datadrake/asm-report.git
Documentation: pkg.go.dev

# Functions

ReadArch deserializes an Arch from a BoltDB and retrieves its Buckets.
ReadArchElf deserializes an Arch by ELF type from a BoltDB and retrieves its Buckets.
ReadArchYml deserializes an ArchYml from a []byte.
ReadISA deserializes an ISA from a BoltDB.
ReadISAYml deserializes an ArchYml from a []byte.
ReadObjdump gets the counts of all registers and instructions used in a binary file.
RunObjdump executes objdump, getting the counts of all registers and instructions used in the specified file.

# Structs

Arch represents an Architecture, with its instructions and registers.
ArchYml is the YAML representation of an Architecture.
ISA is an Instruction Set Architecture (ISA) for storage in Bolt.
ISAYml is a YAML representation of an Instruction Set Architecture (ISA).