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; }