HyperDbg Debugger
Loading...
Searching...
No Matches
Invept.h
Go to the documentation of this file.
1
12#pragma once
13
15// Structures //
17
19// Functions //
21
23EptInvept(_In_ UINT32 Type, _In_ INVEPT_DESCRIPTOR * Descriptor);
24
27
29EptInveptSingleContext(_In_ UINT64 EptPonter);
unsigned char UCHAR
Definition BasicTypes.h:35
unsigned __int64 UINT64
Definition BasicTypes.h:21
unsigned int UINT32
Definition BasicTypes.h:48
UCHAR EptInveptAllContexts()
Invalidates all contexts in EPT cache table.
Definition Invept.c:54
UCHAR EptInvept(_In_ UINT32 Type, _In_ INVEPT_DESCRIPTOR *Descriptor)
Invoke the Invept instruction.
Definition Invept.c:22
UCHAR EptInveptSingleContext(_In_ UINT64 EptPonter)
Invalidates a single context in ept cache table.
Definition Invept.c:40