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

Function UnmapViewOfSection

Kernel-Bridge/API/SectionsUtils.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 NTSTATUS UnmapViewOfSection(HANDLE hProcess, PVOID BaseAddress) {
75 return ZwUnmapViewOfSection(hProcess, BaseAddress);
76 }
77}

Callers 1

KbUnmapViewOfSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected