The MASM Forum

General => The Campus => Topic started by: Magnum on August 07, 2013, 02:53:55 AM

Title: mssmbios zeroed out info
Post by: Magnum on August 07, 2013, 02:53:55 AM
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,\
Title: Re: mssmbios zeroed out info
Post by: dedndave on August 07, 2013, 04:51:37 AM
part of it is strings
RSDT and HPQOEMSLIC-MPC
Title: Re: mssmbios zeroed out info
Post by: Magnum on August 07, 2013, 07:08:46 AM
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