stuff for playing with hwids
Go to file
2022-08-23 18:48:54 +02:00
.gitignore initial commit 2022-08-23 18:48:54 +02:00
hwid_dec.c initial commit 2022-08-23 18:48:54 +02:00
hwid_extract.py initial commit 2022-08-23 18:48:54 +02:00
Makefile initial commit 2022-08-23 18:48:54 +02:00
README.md initial commit 2022-08-23 18:48:54 +02:00
ticket_decode.py initial commit 2022-08-23 18:48:54 +02:00

HWID Stuff

Here are some basic example utilities for GenuineAuthorization tickets and HWID block blobs.

If you'd like to learn more about the things those scripts work with, go to massgravel/activation.

Info

hwid_extract.py

This scripts extracts the HWID block blob from a GenuineAuthorization ticket into a file:

# Writes to file
python hwid_extract.py GenuineTicket.xml hwid.bin

# Writes to stdout
python hwid_extract.py GenuineTicket.xml

hwid_dec.c

This is a program that prints out all the individual fields in the HWID block blob. Build with make.

hwid_dec hwid.bin

ticket_decode.py

This is a script that prints out meaningful individual fields in a ticket.

python ticket_decode.py GenuineTicket.xml