I was hoping that these could be converted to sensible strings.
Guess it's WMI or GetSystemFirmwareTable.
Windows says their driver zeros out any machine identifiable code.
Would you need another driver to query their mssmbios.sys to verify that ?
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mssmbios\Data]
"AcpiData"=hex:52,53,44,54,5c,00,00,00,01,b1,48,50,51,4f,45,4d,53,4c,49,43,2d,\
4d,50,43,0f,00,00,00,20,20,20,20,13,00,00,01,00,c0,ff,b9,00,b0,ff,b9,00,a0,\
part of it is strings
RSDT and HPQOEMSLIC-MPC
That string must be part of my HP's laptop stuff.
I forgot on my last post, I looked at a qeditor and thought it would have a hex to ascii converter.
I think I have some 16 bit code that I can port.
Andy