|
HyperDbg Debugger
|
Header files for address checks. More...
Go to the source code of this file.
Functions | |
| BOOLEAN | CheckAddressCanonicality (UINT64 VAddr, PBOOLEAN IsKernelAddress) |
| Checks if the address is canonical based on x86 processor's virtual address width or not. | |
Header files for address checks.
Checks if the address is canonical based on x86 processor's virtual address width or not.
| VAddr | virtual address to check |
| IsKernelAddress | Filled to show whether the address is a kernel address or user-address |
IsKernelAddress wouldn't check for page attributes, it just checks the address convention in Windows