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

Function UnmapMemory

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

Source from the content-addressed store, hash-verified

591
592 _IRQL_requires_max_(APC_LEVEL)
593 VOID UnmapMemory(IN PMAPPING_INFO MappingInfo) {
594 MmUnmapLockedPages(MappingInfo->BaseAddress, MappingInfo->Mdl);
595 MmUnlockPages(MappingInfo->Mdl);
596 IoFreeMdl(MappingInfo->Mdl);
597 }
598}

Callers 2

OperateProcessMemoryFunction · 0.85
KbUnmapMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected