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

Function IsAddressValid

Kernel-Bridge/API/MemoryUtils.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 // Check whether access to address causes page fault:
173 _IRQL_requires_max_(DISPATCH_LEVEL)
174 BOOLEAN IsAddressValid(PVOID Address) {
175 return MmIsAddressValid(Address);
176 }
177
178 _IRQL_requires_max_(DISPATCH_LEVEL)
179 BOOLEAN IsPagePresent(PVOID Address) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected