remove bink generation script

add runtime json parsing
add cmake.cpm
update cmake to reflect this
fix compilation errors

** breaks 2k3 key generation, work in progress
This commit is contained in:
Neo
2023-06-01 10:55:36 -07:00
parent 1f30ff762d
commit 96639bbaf7
7 changed files with 65 additions and 90 deletions

View File

@@ -1,5 +1,7 @@
#include "header.h"
char charset[] = "BCDFGHJKMPQRTVWXY2346789";
void unpack2003(ul32 *osfamily, ul32 *hash, ul32 *sig, ul32 *prefix, ul32 *raw)
{
osfamily[0] = raw[0] & 0x7ff;