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();