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

Function FreeVirtualMemory

Source/Client/NM_Sys/API/ProcessesUtils.cpp:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288 _IRQL_requires_max_(PASSIVE_LEVEL)
289 NTSTATUS FreeVirtualMemory(HANDLE hProcess, PVOID BaseAddress)
290 {
291 SIZE_T RegionSize = 0;
292 return ZwFreeVirtualMemory(hProcess, &BaseAddress, &RegionSize, MEM_RELEASE);
293 }
294
295 enum MEMORY_OPERATION_TYPE
296 {

Callers 1

KbFreeUserMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected