Documentation
¶
Overview ¶
Package pe handles appending sections to PE files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssembleNative ¶
AssembleNative is a helper function to assemble the PE file without external programs.
Types ¶
type Section ¶
type Section struct {
// Section name.
Name string
// Path to the contents of the section.
Path string
// Should the section be measured to the TPM?
Measure bool
// Should the section be appended, or is it already in the PE file.
Append bool
// contains filtered or unexported fields
}
Section is a UKI file section.
Click to show internal directories.
Click to hide internal directories.