MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / UnmapMemory

Function UnmapMemory

Source/Client/NM_Sys/API/MemoryUtils.cpp:531–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529
530 _IRQL_requires_max_(APC_LEVEL)
531 VOID UnmapMemory(IN PMAPPING_INFO MappingInfo)
532 {
533 MmUnmapLockedPages(MappingInfo->BaseAddress, MappingInfo->Mdl);
534 MmUnlockPages(MappingInfo->Mdl);
535 IoFreeMdl(MappingInfo->Mdl);
536 }
537}

Callers 2

OperateProcessMemoryFunction · 0.85
KbUnmapMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected