KunYi / DumpSMBIOS

Dump SMBIOS for Windows 7 and later to Use GetSystemFirmwareTable() API (http://msdn.microsoft.com/en-us/library/windows/desktop/ms724379.aspx)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DumpSMBIOS

Dump SMBIOS for Windows XP and later,

On Windows Vista and later it uses GetSystemFirmwareTable() API, otherwise - WMI.

provide a access memory method to from F Segment to read table, only for study

Build Environments

Visual Studio 2019 with vc142

About

Dump SMBIOS for Windows 7 and later to Use GetSystemFirmwareTable() API (http://msdn.microsoft.com/en-us/library/windows/desktop/ms724379.aspx)

License:The Unlicense


Languages

Language:C++ 77.2%Language:C 22.5%Language:Assembly 0.3%