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.