Update PKEY2005.md

This commit is contained in:
WitherOrNot
2026-05-08 03:17:40 -04:00
committed by GitHub
parent f6e86bc5e3
commit 7f9557e26e
+2 -2
View File
@@ -184,9 +184,9 @@ The final value of M can then be interpreted with the following bitfields:
```c
struct DECODED_PKEY {
uint auth : 10; // presumed to be authentication bits
uint pid : 30; // middle 9 digits of Product ID
bool upgrade : 1; // presumed to indicate upgrade keys
uint pid : 30; // middle 9 digits of Product ID
uint auth : 10; // presumed to be authentication bits
}
```