Skip to content

massgravel/hwid-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 (if I updated it already).

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

Releases

No releases published

Packages

No packages published