mirror of
https://github.com/UMSKT/writeups.git
synced 2026-07-24 05:04:19 +02:00
Update PKEY2005.md
This commit is contained in:
parent
f6e86bc5e3
commit
7f9557e26e
@ -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
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user