添加项目文件。

This commit is contained in:
Huoji's
2025-07-13 16:23:35 +08:00
parent 9f28a877ef
commit 5eccbbb5e5
9 changed files with 764 additions and 0 deletions

6
sleep_duck/tools.h Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include "head.h"
namespace Tools {
auto EnableDebugPrivilege(bool bEnable) -> bool;
auto Is64BitPorcess(HANDLE hProcess) -> bool;
};