Files
sleep_duck_eye/sleep_duck/tools.h
2025-07-13 16:23:35 +08:00

7 lines
149 B
C++

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