Documentation
¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:27 +05 2020. DO NOT EDIT.
Index ¶
- func COFFSymbolFullName(sym *pe.COFFSymbol, st pe.StringTable) (string, error)
- func FileClose(f *pe.File) error
- func FileDWARF(f *pe.File) (*dwarf.Data, error)
- func FileImportedLibraries(f *pe.File) ([]string, error)
- func FileImportedSymbols(f *pe.File) ([]string, error)
- func FileSection(f *pe.File, name string) *pe.Section
- func FormatErrorError(e *pe.FormatError) string
- func NewFile(r io.ReaderAt) (*pe.File, error)
- func Open(name string) (*pe.File, error)
- func SectionData(s *pe.Section) ([]byte, error)
- func SectionOpen(s *pe.Section) io.ReadSeeker
- func StringTableString(st pe.StringTable, start uint32) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func COFFSymbolFullName ¶
func COFFSymbolFullName(sym *pe.COFFSymbol, st pe.StringTable) (string, error)
func FormatErrorError ¶
func FormatErrorError(e *pe.FormatError) string
func SectionOpen ¶
func SectionOpen(s *pe.Section) io.ReadSeeker
func StringTableString ¶
func StringTableString(st pe.StringTable, start uint32) (string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.