From e39366616604127ff313e581d92520fa1a9f7bec Mon Sep 17 00:00:00 2001 From: donnaskiez Date: Sun, 5 May 2024 22:01:36 +1000 Subject: [PATCH] remove dbgpoint --- driver/modules.c | 1 - 1 file changed, 1 deletion(-) diff --git a/driver/modules.c b/driver/modules.c index abd3665..69c5ad9 100644 --- a/driver/modules.c +++ b/driver/modules.c @@ -1390,7 +1390,6 @@ ValidateThreadsViaKernelApc() SetApcAllocationInProgress(context); EnumerateThreadListWithCallbackRoutine(ValidateThreadViaKernelApcCallback, context); - __debugbreak(); UnsetApcAllocationInProgress(context); return status; }