Versions in this module Expand all Collapse all v1 v1.3.3 Oct 2, 2014 v1.3.1 Aug 21, 2014 Changes in this version + const Magic386 + const Magic64 + const MagicAMD64 + const MagicARM + type File struct + Sections []*Section + func NewFile(r io.ReaderAt) (*File, error) + func Open(name string) (*File, error) + func (f *File) Close() error + func (f *File) Section(name string) *Section + func (f *File) Symbols() ([]Sym, error) + type FileHeader struct + Bss uint32 + Entry uint64 + Magic uint32 + PtrSize int + type Section struct + func (s *Section) Data() ([]byte, error) + func (s *Section) Open() io.ReadSeeker + type SectionHeader struct + Name string + Offset uint32 + Size uint32 + type Sym struct + Name string + Type rune + Value uint64