From e56ad3af160733d7547dddc273cc440a8388d7e2 Mon Sep 17 00:00:00 2001 From: WitherOrNot Date: Wed, 6 Sep 2023 22:08:15 -0400 Subject: [PATCH] Update ConfID.md --- ConfID.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ConfID.md b/ConfID.md index 3431ce1..3ff033e 100644 --- a/ConfID.md +++ b/ConfID.md @@ -309,3 +309,11 @@ struct WPAHyperellipticParams { ``` Then, download the private key solver from [here](https://github.com/UMSKT/XPCIDSolver). Edit solve.py to include the parameters from the DLL, run `Install.sh`, then run `solve.py`. The solver will then output the private key for the curve, which can then be used to generate confirmation IDs. + +## Credits + +- diamondggg, for writing and releasing the xp_activate32 source code +- Pierrick Gaudry, for creating NTLJac2, off which our modified Confirmation ID parameter solver is based +- david4599, for providing his modified version of NTLJac2 and assisting in Confirmation ID generation +- CONIGUERO, Neo-Desktop, TheTank20, for assisting in finding parameters for non-Windows products +- Microsoft :heart: