MCPcopy Create free account
hub / github.com/FiYHer/driver_callback_bypass_1909 / DriverEntry

Function DriverEntry

PsSetCreateThreadNotifyRoutine_bypass.cpp:173–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173EXTERN_C
174NTSTATUS
175DriverEntry(
176 PDRIVER_OBJECT driver,
177 PUNICODE_STRING reg)
178{
179 UNREFERENCED_PARAMETER(driver);
180 UNREFERENCED_PARAMETER(reg);
181
182 //Microsoft Windows [版本 10.0.18363.592]
183 enum_create_thread_notify_routine();
184
185 return STATUS_UNSUCCESSFUL;
186}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected