Versions in this module Expand all Collapse all v1 v1.2.0 May 11, 2023 Changes in this version + const DefaultDatasize + const DefaultTotalSize + type ExtendedSigTable struct + Checksum uint32 + Count uint32 + Reserved [3]uint32 + type ExtendedSignature struct + Checksum uint32 + ProcessorFlags uint32 + Signature uint32 + func (e *ExtendedSignature) String() string + type Header struct + HeaderChecksum uint32 + HeaderDataSize uint32 + HeaderDate uint32 + HeaderLoaderRevision uint32 + HeaderProcessorFlags uint32 + HeaderProcessorSignature uint32 + HeaderRevision uint32 + HeaderTotalSize uint32 + HeaderVersion uint32 + Reserved1 [3]uint32 + type Microcode struct + Data []byte + ExtSigTable ExtendedSigTable + ExtendedSignatures []ExtendedSignature + func ParseIntelMicrocode(r io.Reader) (*Microcode, error) + func (m *Microcode) String() string