type SectionHeader32 …
func (sh *SectionHeader32) fullName(st StringTable) (string, error) { … }
type Reloc …
func readRelocs(sh *SectionHeader, r io.ReadSeeker) ([]Reloc, error) { … }
type SectionHeader …
type Section …
func (s *Section) Data() ([]byte, error) { … }
func (s *Section) Open() io.ReadSeeker { … }
const IMAGE_SCN_CNT_CODE …
const IMAGE_SCN_CNT_INITIALIZED_DATA …
const IMAGE_SCN_CNT_UNINITIALIZED_DATA …
const IMAGE_SCN_LNK_COMDAT …
const IMAGE_SCN_MEM_DISCARDABLE …
const IMAGE_SCN_MEM_EXECUTE …
const IMAGE_SCN_MEM_READ …
const IMAGE_SCN_MEM_WRITE …