Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileType ¶
type FileType uint8
A Type is the binary file type, e.g. an object file, executable, or dynamic library.
type Format ¶
type Format uint8
Format specifies the file format of a binary executable.
type Perm ¶
type Perm uint8
Perm specifies the access permissions of a segment or section in memory.
type Section ¶
type Section interface {
SectionHeader
Data() ([]byte, error)
Open() io.ReadSeeker
io.ReaderAt
}
type SectionHeader ¶
Click to show internal directories.
Click to hide internal directories.