Documentation ¶ Index ¶ type File func Load(path string) (*File, error) func (file *File) Close() error func (file *File) Funcs() []disasm.Func func (file *File) LoadCode(fn *Func, opts disasm.Options) *disasm.Code type Func func (fn *Func) Load(opts disasm.Options) *disasm.Code func (fn *Func) Name() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type File ¶ type File struct { // contains filtered or unexported fields } File contains information about the object file. func Load ¶ func Load(path string) (*File, error) func (*File) Close ¶ func (file *File) Close() error func (*File) Funcs ¶ func (file *File) Funcs() []disasm.Func func (*File) LoadCode ¶ func (file *File) LoadCode(fn *Func, opts disasm.Options) *disasm.Code type Func ¶ type Func struct { // contains filtered or unexported fields } Func contains information about the executable. func (*Func) Load ¶ func (fn *Func) Load(opts disasm.Options) *disasm.Code func (*Func) Name ¶ func (fn *Func) Name() string Source Files ¶ View all Source files file.go Click to show internal directories. Click to hide internal directories.