Skip to content

Commit 4ff7acd

Browse files
committed
Minor cleanup
1 parent 9216c59 commit 4ff7acd

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

main.cpp

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,6 @@
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>
@@ -26,9 +14,6 @@
2614
#define FIELD_BITS 384
2715
#define FIELD_BYTES 48
2816

29-
typedef unsigned char U8;
30-
typedef unsigned long U32;
31-
3217
HANDLE hConsole;
3318
unsigned char charset[] = "BCDFGHJKMPQRTVWXY2346789";
3419

0 commit comments

Comments
 (0)