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

Function IsKernelAddress

User-Bridge/API/User-Bridge.h:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 }
19
20 inline BOOLEAN IsKernelAddress(PVOID Address)
21 {
22 return reinterpret_cast<SIZE_T>(Address) >= (static_cast<SIZE_T>(1) << (8 * sizeof(SIZE_T) - 1));
23 }
24
25 inline BOOLEAN IsUserAddressIa32(UINT64 Address)
26 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected