This commit is contained in:
2024-05-21 12:30:12 +08:00
parent c1da677abb
commit b5dbfdf73a
12 changed files with 222 additions and 67 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN // 从 Windows 头文件中排除极少使用的内容
// Windows 头文件
#include <windows.h>
#include <wingdi.h>
@@ -26,22 +27,20 @@
#include "Helpers.h"
//#define CPPHTTPLIB_OPENSSL_SUPPORT
//#include "framework.h"
#include "RSAC.h"
#include "BASE64.h"
#include "httplib.h"
//#define LOCALHOSTS_SWITCH "本地免验证 开启"
#define INVERSION "24042201"
//#define SELL "请求脚本 开启"
//#define SELLDEBUG "请求脚本 调试"
//#define RsHook "RsHook 开启"
//#define DOFILE_HOOK "群服dofile hook"
//#define COUTWINDOWS_SWITCH "输出窗口 开启"
#ifndef SELL