Minor cleanup
This commit is contained in:
parent
9216c59479
commit
4ff7acdc6a
19
main.cpp
19
main.cpp
|
@ -1,18 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Windows XP CD Key Verification/Generator v0.03
|
Windows XP CD Key Verification/Generator by z22
|
||||||
by z22
|
Rewritten by Endermanch
|
||||||
|
|
||||||
Compile with OpenSSL libs, modify to suit your needs.
|
|
||||||
http://gnuwin32.sourceforge.net/packages/openssl.htm
|
|
||||||
|
|
||||||
History:
|
|
||||||
0.03 Stack corruptionerror on exit fixed (now pkey is large enough)
|
|
||||||
More Comments added
|
|
||||||
0.02 Changed name the *.cpp;
|
|
||||||
Fixed minor bugs & Make it compilable on VC++
|
|
||||||
0.01 First version compilable MingW
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
@ -26,9 +14,6 @@
|
||||||
#define FIELD_BITS 384
|
#define FIELD_BITS 384
|
||||||
#define FIELD_BYTES 48
|
#define FIELD_BYTES 48
|
||||||
|
|
||||||
typedef unsigned char U8;
|
|
||||||
typedef unsigned long U32;
|
|
||||||
|
|
||||||
HANDLE hConsole;
|
HANDLE hConsole;
|
||||||
unsigned char charset[] = "BCDFGHJKMPQRTVWXY2346789";
|
unsigned char charset[] = "BCDFGHJKMPQRTVWXY2346789";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue