package
0.0.0-20241115082555-91616abce05b
Repository: https://github.com/tencentcodedog/linux-go-1.12.6.git
Documentation: pkg.go.dev

# Functions

NewFile creates a new File for accessing a PE binary in an underlying reader.
Open opens the named file using os.Open and prepares it for use as a PE binary.

# Constants

No description provided by the author
IMAGE_DIRECTORY_ENTRY_ARCHITECTURE
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_BASERELOC
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_BOUND_IMPORT
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_COM_DESCRIPTOR
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_DEBUG
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_DELAY_IMPORT
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_EXCEPTION
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_EXPORT
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_GLOBALPTR
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_IAT
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_IMPORT
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_LOAD_CONFIG
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_RESOURCE
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_SECURITY
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY_TLS
IMAGE_DIRECTORY_ENTRY constants.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

COFFSymbol represents single COFF symbol table record.
No description provided by the author
A File represents an open PE file.
No description provided by the author
FormatError is unused.
No description provided by the author
No description provided by the author
No description provided by the author
Reloc represents a PE COFF relocation.
Section provides access to PE COFF section.
SectionHeader is similar to SectionHeader32 with Name field replaced by Go string.
SectionHeader32 represents real PE COFF section header.
Symbol is similar to COFFSymbol with Name field replaced by Go string.

# Type aliases

StringTable is a COFF string table.