2024-05-03 01:54:36 +08:00
|
|
|
#pragma once
|
|
|
|
#define _CRT_SECURE_NO_WARNINGS
|
2024-07-01 22:14:01 +08:00
|
|
|
#define NOMINMAX
|
|
|
|
|
2024-05-03 01:54:36 +08:00
|
|
|
#include <windows.h>
|
|
|
|
#include <Shobjidl.h>
|
|
|
|
#include <malloc.h>
|
|
|
|
#include <initguid.h>
|
|
|
|
#include <ShlGuid.h>
|
|
|
|
#include <strsafe.h>
|
|
|
|
#include <Audiopolicy.h>
|
|
|
|
#include <mmdeviceapi.h>
|
|
|
|
#include <Psapi.h>
|
|
|
|
#include <atlbase.h>
|
|
|
|
|
|
|
|
#include <iostream>
|
|
|
|
#include <string>
|
|
|
|
#include <vector>
|
2024-07-01 22:14:01 +08:00
|
|
|
#include <algorithm>
|
2024-05-03 01:54:36 +08:00
|
|
|
#include <functional>
|
|
|
|
#include <fstream>
|
|
|
|
#include <filesystem>
|
|
|
|
#include <stdexcept>
|
|
|
|
#include <cstdint>
|
|
|
|
#include <mutex>
|
|
|
|
#include <queue>
|
|
|
|
#include <thread>
|
|
|
|
#include <cmath>
|
|
|
|
|
|
|
|
#include <cwchar>
|
|
|
|
#include <comdef.h>
|
|
|
|
#include <shlwapi.h>
|
|
|
|
#include <cstdio>
|
|
|
|
#include <cstring>
|
|
|
|
#include <cassert>
|
|
|
|
#include <mshtmhst.h>
|
|
|
|
#include <exdisp.h>
|
|
|
|
#include <mshtml.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
#include <winbase.h>
|
|
|
|
#include <wincon.h>
|
|
|
|
|
|
|
|
#include <sapi.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <sphelper.h>
|
|
|
|
|
|
|
|
#include <windowsx.h>
|
|
|
|
#include <commctrl.h>
|
|
|
|
#include <commdlg.h>
|
|
|
|
#include <mmsystem.h>
|
|
|
|
#include <shlobj.h>
|
|
|
|
#include <cctype>
|
|
|
|
#include <cassert>
|
|
|
|
#include <mshtmcid.h>
|
|
|
|
#include <process.h>
|
|
|
|
|
|
|
|
#include <stdint.h>
|
|
|
|
#include <dwmapi.h>
|
|
|
|
|
|
|
|
#include <optional>
|
|
|
|
#include <unordered_set>
|
|
|
|
#include <set>
|
|
|
|
#include <tlhelp32.h>
|
|
|
|
|
|
|
|
#include <io.h>
|
|
|
|
#include <fcntl.h>
|
|
|
|
#include <crtdefs.h>
|
|
|
|
|
|
|
|
#include <memory>
|
|
|
|
#include <nlohmann/json.hpp>
|
|
|
|
|
|
|
|
#include <detours.h>
|
|
|
|
|
|
|
|
#pragma comment(lib, "shlwapi.lib")
|
|
|
|
#pragma comment(lib, "winmm.lib")
|
|
|
|
#pragma comment(lib, "dwmapi.lib")
|
|
|
|
#pragma comment(lib, "Psapi.lib")
|
2024-05-03 17:50:26 +08:00
|
|
|
#pragma comment(lib, "Version.lib")
|
|
|
|
|
|
|
|
#include"common.hpp"
|