Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
namespace VirtualMemory {
Callers
7
CopyMemory
Function · 0.70
SecureMemory
Function · 0.70
MapMdl
Function · 0.70
OperateProcessMemory
Function · 0.70
KbFillMemory
Function · 0.50
KbEqualMemory
Function · 0.50
KbSecureVirtualMemory
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected