File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change 11/*
2- Windows XP CD Key Verification/Generator v0.03
3- by z22
4-
5- Compile with OpenSSL libs, modify to suit your needs.
6- http://gnuwin32.sourceforge.net/packages/openssl.htm
7-
8- History:
9- 0.03 Stack corruptionerror on exit fixed (now pkey is large enough)
10- More Comments added
11- 0.02 Changed name the *.cpp;
12- Fixed minor bugs & Make it compilable on VC++
13- 0.01 First version compilable MingW
14-
15-
2+ Windows XP CD Key Verification/Generator by z22
3+ Rewritten by Endermanch
164*/
175
186#include < cstdio>
2614#define FIELD_BITS 384
2715#define FIELD_BYTES 48
2816
29- typedef unsigned char U8;
30- typedef unsigned long U32;
31-
3217HANDLE hConsole;
3318unsigned char charset[] = " BCDFGHJKMPQRTVWXY2346789" ;
3419
You can’t perform that action at this time.
0 commit comments