Files
anit-cheat/Anti-Cheat_Driver/utils.h
T
2026-05-27 13:24:57 +08:00

17 lines
215 B
C++

#pragma once
#include "Base.h"
namespace utils
{
auto GetVersion() -> OSVERSIONINFOW;
auto FindSectionsCode(unsigned long long Base, const char* pattern, const char* mask, const char* name) -> ULONG64;
}