8/2/2024
This commit is contained in:
12
Utils/Utils.h
Normal file
12
Utils/Utils.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
#include "../Bypass.h"
|
||||
|
||||
namespace KernelUtils
|
||||
{
|
||||
ULONG64 GetNtoskrnlBase();
|
||||
ULONG64 GetSeValidateImageHeaderOffset();
|
||||
ULONG64 GetSeValidateImageDataOffset();
|
||||
ULONG64 GetReturnOffset();
|
||||
ULONG64 GetPatchGaurdOffset();
|
||||
ULONG64 GetPatchGaurdValueOffset();
|
||||
}
|
||||
Reference in New Issue
Block a user