Feat: anti-cracking hardening - version binding and updated libs

This commit is contained in:
yuanyuanxiang
2026-06-19 12:42:53 +02:00
parent 66c950cecb
commit 103123f533
14 changed files with 38 additions and 2 deletions

View File

@@ -31,6 +31,9 @@
#include <audioclient.h>
#include <functiondiscoverykeys_devpkey.h>
#include <cstdint>
extern "C" uint32_t licenseGetBuildTag() { volatile uint32_t tag = 0xC0DE2026u; return tag; }
bool IsWindows8orHigher()
{
typedef LONG(WINAPI* RtlGetVersionPtr)(PRTL_OSVERSIONINFOW);