Add files via upload
This commit is contained in:
10
BattleyePresentCheck/utils.h
Normal file
10
BattleyePresentCheck/utils.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include <Windows.h>
|
||||
#include <vector>
|
||||
namespace utils {
|
||||
uintptr_t scanpattern(uintptr_t base, int size, const char* signature);
|
||||
}
|
||||
using MEMORY_INFORMATION_CLASS = enum _MEMORY_INFORMATION_CLASS {
|
||||
MemoryBasicInformation
|
||||
};
|
||||
extern "C" NTSTATUS DECLSPEC_IMPORT NTAPI NtQueryVirtualMemory(HANDLE, PVOID, MEMORY_INFORMATION_CLASS, PVOID, SIZE_T, PSIZE_T);
|
||||
Reference in New Issue
Block a user