mirror of
https://github.com/UMSKT/writeups.git
synced 2026-09-25 06:40:17 +02:00
Update PKEY2005.md
This commit is contained in:
+2
-2
@@ -184,9 +184,9 @@ The final value of M can then be interpreted with the following bitfields:
|
|||||||
|
|
||||||
```c
|
```c
|
||||||
struct DECODED_PKEY {
|
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
|
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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user