Quick fix - must fix script to compose project correctly

This commit is contained in:
Andrew 2023-06-01 18:32:46 +03:00
parent bd11fb5eed
commit 88619134bc
3 changed files with 2 additions and 4 deletions

View file

@ -19,8 +19,6 @@
#include <openssl/sha.h>
#include <openssl/rand.h>
#include "bink.h"
#define PK_LENGTH 25
#define NULL_TERMINATOR 1

View file

@ -1,4 +1,4 @@
#include "header.h"
#include "bink.h"
void unpack2003(ul32 *osfamily, ul32 *hash, ul32 *sig, ul32 *prefix, ul32 *raw)
{

2
xp.cpp
View file

@ -15,7 +15,7 @@
*/
#include "header.h"
#include "bink.h"
/* Unpacks the Windows XP Product Key. */
void unpackXP(ul32 *serial, ul32 *hash, ul32 *sig, ul32 *raw) {