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