Files
anit-cheat/Anti-Cheat_Driver/utils.h
T
2026-06-03 10:03:26 +08:00

15 lines
213 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;
}