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 (if I updated it already).
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
This is a program that prints out all the individual fields in the HWID block blob. Build with make
.
hwid_dec hwid.bin
This is a script that prints out meaningful individual fields in a ticket.
python ticket_decode.py GenuineTicket.xml