package
0.0.0-20201020153340-53909ea70814
Repository: https://github.com/gagliardetto/golang-go.git
Documentation: pkg.go.dev
# Functions
NewFileCache returns a FileCache which can contain up to maxLen cached file contents.
Open opens the named file.
# Structs
CachedFile contains the content of a file split into lines.
Disasm is a disassembler for a given File.
No description provided by the author
A File is an opened executable file.
FileCache is a simple LRU cache of file contents.
No description provided by the author
A Sym is a symbol defined in an executable file.