From 473784cbe3b69e9a983d5ebbdf11c803a607a0d6 Mon Sep 17 00:00:00 2001 From: DavidXanatos <3890945+DavidXanatos@users.noreply.github.com> Date: Sat, 5 Aug 2023 18:27:09 +0200 Subject: [PATCH] 1.10.3 --- Sandboxie/core/drv/process.c | 1 + Sandboxie/core/drv/verify.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Sandboxie/core/drv/process.c b/Sandboxie/core/drv/process.c index 51bc5c60..1b4b5c28 100644 --- a/Sandboxie/core/drv/process.c +++ b/Sandboxie/core/drv/process.c @@ -38,6 +38,7 @@ #include "thread.h" #include "wfp.h" #include "common/my_version.h" +#define KERNEL_MODE #include "verify.h" diff --git a/Sandboxie/core/drv/verify.c b/Sandboxie/core/drv/verify.c index accbd9d8..10a0aa83 100644 --- a/Sandboxie/core/drv/verify.c +++ b/Sandboxie/core/drv/verify.c @@ -996,6 +996,6 @@ void InitFwUuid() ptr = hexbyte(uuid[i], ptr); *ptr++ = 0; - //DbgPrint("sbie FW-UUID: %S\n", g_uuid_str); + DbgPrint("sbie FW-UUID: %S\n", g_uuid_str); } } \ No newline at end of file