MCPcopy Create free account
hub / github.com/BeneficialCode/WinArk / DelProtectUnload

Function DelProtectUnload

KernelLibrary/MiniFilter.cpp:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105NTSTATUS DelProtectUnload(FLT_FILTER_UNLOAD_FLAGS Flags) {
106 UNREFERENCED_PARAMETER(Flags);
107
108 FltUnregisterFilter(g_State.Filter);
109 g_State.Lock.Delete();
110
111 return STATUS_SUCCESS;
112}
113
114NTSTATUS DelProtectInstanceSetup(PCFLT_RELATED_OBJECTS FltObjects, FLT_INSTANCE_SETUP_FLAGS Flags,
115 DEVICE_TYPE VolumeDeviceType, FLT_FILESYSTEM_TYPE VolumeFilesystemType) {

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.45

Tested by

no test coverage detected