package
0.0.0-20240723192418-397b19c8a77e
Repository: https://github.com/snapcore/secboot.git
Documentation: pkg.go.dev
# README
This is a copy of debug/pe from go 1.14.2 (96745b980cfde139e8611772e2bc0c59a8e6cdf7) It exists here because debug/pe in go versions before 1.14 did not handle variable length optional headers (where the data directory is less than 16 entries) and therefore doesn't correctly decode kernel EFI images. Copying the code here avoids a hard dependency on go 1.14.
See https://github.com/golang/go/commit/3b92f36d15c868e856be71c0fadfc7ff97039b96
# Constants
No description provided by the author
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
IMAGE_DIRECTORY_ENTRY constants.
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
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.