From 78278820ebde8d220341f42fe094a78df5f6cb56 Mon Sep 17 00:00:00 2001 From: maowenrui <3505719167@qq.com> Date: Wed, 3 Jun 2026 14:11:43 +0800 Subject: [PATCH] test protect list --- Anti-Cheat_Driver/driver_main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Anti-Cheat_Driver/driver_main.cpp b/Anti-Cheat_Driver/driver_main.cpp index e951872..a155b7f 100644 --- a/Anti-Cheat_Driver/driver_main.cpp +++ b/Anti-Cheat_Driver/driver_main.cpp @@ -16,14 +16,14 @@ EXTERN_C NTSTATUS DriverEntry(PDRIVER_OBJECT drv_obj, PUNICODE_STRING) kernel_api::kernel_api_init(); protect_filter::Init(); - protect_filter::add_list(7868, 0); + protect_filter::add_list(4504, 0); protect_filter::add_list(8152, 0); protect_filter::add_list(8224, 0); - protect_filter::is_protect_pid(0); + //protect_filter::is_protect_pid(0); - protect_filter::remove_list(7868,0); - protect_filter::is_protect_pid(0); + //protect_filter::remove_list(7868,0); + //protect_filter::is_protect_pid(0); ob_call_back::register_ob_reg_callback();