From 7d8772ebf65b444a7500bbe6be3ea9734be3a9aa Mon Sep 17 00:00:00 2001 From: WhiteChi Date: Thu, 30 Nov 2023 21:36:57 +0800 Subject: [PATCH] =?UTF-8?q?`Shamrock`:=20=E3=82=B9=E3=83=BC=E3=83=91?= =?UTF-8?q?=E3=83=BC=E3=82=A2=E3=83=B3=E3=83=81=E3=83=81=E3=82=A7=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=81=AE=E3=82=AA=E3=83=95=E3=82=92=E8=A8=B1=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/moe/fuqiuluo/shamrock/xposed/actions/AntiDetection.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/AntiDetection.kt b/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/AntiDetection.kt index 3bb7b94..5861098 100644 --- a/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/AntiDetection.kt +++ b/xposed/src/main/java/moe/fuqiuluo/shamrock/xposed/actions/AntiDetection.kt @@ -56,8 +56,7 @@ class AntiDetection: IAction { val pref = XSharedPreferences("moe.fuqiuluo.shamrock", "shared_config") if (pref.file.canRead()) { if (pref.getBoolean("super_anti", false)) { - antiNativeDetections() - LogCenter.log("[Shamrock] Shamrock反检测启动成功", Level.INFO) + LogCenter.log("[Shamrock] Shamrock反检测启动成功: ${antiNativeDetections()}", Level.INFO) } } else { LogCenter.log("[Shamrock] unable to load XSharedPreferences", Level.WARN)