From 9a5ea0f9191593fe54e2e5f509b343cacf8ad3ae Mon Sep 17 00:00:00 2001 From: huoji Date: Thu, 6 Mar 2025 19:15:24 +0800 Subject: [PATCH] 1 --- ai_anti_malware/sandbox_callbacks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai_anti_malware/sandbox_callbacks.cpp b/ai_anti_malware/sandbox_callbacks.cpp index cb2645b..0e890f7 100644 --- a/ai_anti_malware/sandbox_callbacks.cpp +++ b/ai_anti_malware/sandbox_callbacks.cpp @@ -1,5 +1,5 @@ #include "sandbox_callbacks.h" -#define LOG_LEVEL 0 +#define LOG_LEVEL 1 namespace sandboxCallbacks { void handleCodeRun(uc_engine* uc, uint64_t address, uint32_t size, void* userData) {