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

Function KbUnmapViewOfSection

User-Bridge/API/User-Bridge.cpp:1209–1217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1207 }
1208
1209 BOOL WINAPI KbUnmapViewOfSection(
1210 WdkTypes::HANDLE hProcess,
1211 WdkTypes::PVOID BaseAddress
1212 ) {
1213 KB_UNMAP_VIEW_OF_SECTION_IN Input = {};
1214 Input.hProcess = hProcess;
1215 Input.BaseAddress = BaseAddress;
1216 return KbSendRequest(Ctls::KbUnmapViewOfSection, &Input, sizeof(Input));
1217 }
1218}
1219
1220namespace KernelShells

Callers

nothing calls this directly

Calls 1

KbSendRequestFunction · 0.85

Tested by

no test coverage detected