change datatypes to platform agnostic versions, add makefile

This commit is contained in:
Neo
2023-05-23 20:06:34 -07:00
parent a40632a7fe
commit 92938eb908
5 changed files with 697 additions and 78 deletions

View File

@@ -9,7 +9,7 @@
* **How does it work?**
This program is based on [this paper](https://www.licenturion.com/xp/fully-licensed-wpa.txt) Basically,
This program is based on [this paper](fully-licensed-wpa.txt) Basically,
it uses a cracked private key from Microsoft to sign some stuff encoded in the 25-digit product key. It also does this process in reverse to check for the validation of the keys.
* **How do I use it?**