HyperDbg Debugger
Loading...
Searching...
No Matches
AddressCheck.h
Go to the documentation of this file.
1
12#pragma once
13
15// Functions //
17
18//
19// Some functions are globally defined in SDK
20//
21
23CheckAddressCanonicality(UINT64 VAddr, PBOOLEAN IsKernelAddress);
BOOLEAN CheckAddressCanonicality(UINT64 VAddr, PBOOLEAN IsKernelAddress)
Checks if the address is canonical based on x86 processor's virtual address width or not.
Definition AddressCheck.c:66
UCHAR BOOLEAN
Definition BasicTypes.h:39
BOOLEAN * PBOOLEAN
Definition BasicTypes.h:40
unsigned __int64 UINT64
Definition BasicTypes.h:21