Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BootGuardVersion ¶
type BootGuardVersion uint8
const ( Version10 BootGuardVersion = 1 Version20 BootGuardVersion = 2 )
func DetectBGV ¶
func DetectBGV(r io.ReadSeeker) (BootGuardVersion, error)
func (BootGuardVersion) String ¶
func (bgv BootGuardVersion) String() string
Click to show internal directories.
Click to hide internal directories.