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

Function UnmapPhysicalMemory

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

Source from the content-addressed store, hash-verified

332
333 _IRQL_requires_max_(DISPATCH_LEVEL)
334 VOID UnmapPhysicalMemory(PVOID64 MappedPhysicalMemory, SIZE_T Size)
335 {
336 MmUnmapIoSpace(MappedPhysicalMemory, Size);
337 }
338
339 _IRQL_requires_max_(DISPATCH_LEVEL)
340 PVOID64 GetPhysicalAddress(PVOID VirtualAddress)

Callers 3

ReadPhysicalMemoryFunction · 0.85
WritePhysicalMemoryFunction · 0.85
KbUnmapPhysicalMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected