From ccbe76741a8c83f86e2105e7176e69036628e3d2 Mon Sep 17 00:00:00 2001 From: "dennisbabkin.com" Date: Sat, 29 May 2021 12:58:14 -0700 Subject: [PATCH] Update asm32.asm --- InjectAll/Drv/asm32.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InjectAll/Drv/asm32.asm b/InjectAll/Drv/asm32.asm index c333a48..666e024 100644 --- a/InjectAll/Drv/asm32.asm +++ b/InjectAll/Drv/asm32.asm @@ -119,7 +119,7 @@ _KernelRoutine@20 PROC call _KernelRoutine_Proc@20 ; Act depending on return value - test eax, eax + test eax, eax jz @@1 ; Then invoke ObDereferenceObject(g_DriverObject) @@ -159,7 +159,7 @@ _NormalRoutine@12 PROC call _NormalRoutine_Proc@12 ; Act depending on return value - test eax, eax + test eax, eax jz @@1 ; Then invoke ObDereferenceObject(g_DriverObject)