#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; }