Update ConfID.md

This commit is contained in:
WitherOrNot 2023-09-06 22:08:15 -04:00 committed by GitHub
parent c7ba91648e
commit e56ad3af16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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: