# 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.