MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / IsKernelAddress

Function IsKernelAddress

Kernel-Bridge/API/MemoryUtils.h:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 }
7
8 inline BOOLEAN IsKernelAddress(PVOID Address) {
9 return reinterpret_cast<SIZE_T>(Address) >= (static_cast<SIZE_T>(1) << (8 * sizeof(SIZE_T) - 1));
10 }
11}
12
13namespace VirtualMemory {

Callers 7

CopyMemoryFunction · 0.70
SecureMemoryFunction · 0.70
MapMdlFunction · 0.70
OperateProcessMemoryFunction · 0.70
KbFillMemoryFunction · 0.50
KbEqualMemoryFunction · 0.50
KbSecureVirtualMemoryFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected