#include <lazybios_internal.h>
Data Fields | |
| int | checksum_valid |
| int | intermediate_checksum_valid |
| size_t | length |
| lazybiosSMBIOSVersionTag | tag |
Internal, platform-neutral backend transformations.
Keeping firmware byte validation separate from the operating-system calls lets the same code run under unit tests and libFuzzer on every host.
Definition at line 276 of file lazybios_internal.h.
| int lazybiosEntryInspection::checksum_valid |
Definition at line 279 of file lazybios_internal.h.
| int lazybiosEntryInspection::intermediate_checksum_valid |
Definition at line 280 of file lazybios_internal.h.
| size_t lazybiosEntryInspection::length |
Definition at line 278 of file lazybios_internal.h.
| lazybiosSMBIOSVersionTag lazybiosEntryInspection::tag |
Definition at line 277 of file lazybios_internal.h.