init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#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;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user