-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMBIOS UUID Does not Match WMI UUID - Appears Inaccurate #18
Comments
It appears the first (3) fields are encoded in little-endian for SMBIOS Ver >=2.6. Here is the info from the document and a suggested order: Although RFC4122 recommends network byte order for all fields, the PC industry (including the ACPI, The array order would be: I will work on a patch for the PAS file. |
Still WIP? |
Thanks for your explanation, here's the PR to resolve: #29 |
If I issue wmic csproduct get uuid (WMI get SMBIOS UUID) it returns the following string:
81462904-7B5D-E111-ADCD-2C27D725B21D
Delphi uSMBIOS returns: 042946815D7B11E1ADCD2C27D725B21D
The last 16 bytes are always the same but the first 16 and different.
For example:
814629047B5DE111-ADCD2C27D725B21D
042946815D7B11E1-ADCD2C27D725B21D
Can you please assist? Is this a bug?
The text was updated successfully, but these errors were encountered: