Type alias SmmBinaryHeaderValues
SmmBinaryHeaderValues: [headerVersion: string, validHwVersionEntries: number, someField: number, validHwVersions: string, encrypterInitializationVectors: string, swVersion: number, reserved: string, lengthBinaryA: number, lengthBinaryB: number, crcA: number, crcB: number] | [headerVersion: string, validHwVersionEntries: number, someField: number, validHwVersions: string, swVersion: number, reserved: string, lengthBinaryA: number, lengthBinaryB: number, crcA: number, crcB: number]
Represents the unpacked raw values from an SMM firmware binary header.
This type captures both LW1 and LW2 header formats as tuples, with fields in the order returned by
PythonStruct.unpack. Each element corresponds to a specific header field.