From 840fb76d797319ca0542dccc92a08feb1e9a8264 Mon Sep 17 00:00:00 2001 From: awuctl Date: Tue, 23 Aug 2022 18:48:54 +0200 Subject: initial commit --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..52c914b --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# 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](https://github.com/massgravel/activation). + +# Info + +## `hwid_extract.py` + +This scripts extracts the HWID block blob from a GenuineAuthorization ticket into a file: + +```sh +# 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`. + +```sh +hwid_dec hwid.bin +``` + +## `ticket_decode.py` + +This is a script that prints out meaningful individual fields in a ticket. + +```sh +python ticket_decode.py GenuineTicket.xml +``` \ No newline at end of file -- cgit v1.2.3