Feat: anti-cracking hardening - version binding and updated libs
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#include "UIBranding.h"
|
||||
#pragma comment(lib, "Dbghelp.lib")
|
||||
|
||||
extern void licenseInit();
|
||||
|
||||
// 外部声明:程序退出标志(定义在 2015RemoteDlg.cpp)
|
||||
extern std::atomic<bool> g_bAppExiting;
|
||||
|
||||
@@ -470,6 +472,8 @@ BOOL CMy2015RemoteApp::InitInstance()
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
licenseInit();
|
||||
|
||||
if (!ProcessZstaCmd()) {
|
||||
Mprintf("[InitInstance] 处理自定义压缩/解压命令后退出。\n");
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user