This commit is contained in:
2026-06-09 14:30:00 +08:00
parent 4d7ffb4136
commit c8aeddb902
4 changed files with 6 additions and 15 deletions
-1
View File
@@ -67,7 +67,6 @@ auto ob_call_back::register_ob_reg_callback() -> NTSTATUS
status = ObRegisterCallbacks(&obReg, &reg_ob_callback_handle);
return status;
}
auto ob_call_back::uninstall_ob_callback() -> BOOLEAN