smbios-parser icon indicating copy to clipboard operation
smbios-parser copied to clipboard

Small C++ library to parse DMI table

Results 4 smbios-parser issues
Sort by recently updated
recently updated
newest added

Hi. I pulled these bios bytes from a user machine that crashes with `smbios::Parser` code: ``` const uint8_t s_malformedBiosBytes[] = { 0x00, 0x02, 0x07, 0x00, 0xDC, 0x02, 0x00, 0x18, 0x00,...

bug

Starting with CMake 3.27, there will be a warning for compat levels below CMake 3.5. Everything else is a fix for compatibility with C code.