From 568b754cfc1dcc80f8b2c1dd161d17df9680c8e9 Mon Sep 17 00:00:00 2001 From: huiyadanli Date: Wed, 12 Jul 2023 00:01:39 +0800 Subject: [PATCH] =?UTF-8?q?[#]=20=E4=BF=AE=E5=A4=8D=E5=A4=9A=E5=BC=80?= =?UTF-8?q?=E5=B0=8F=E5=B7=A5=E5=85=B7=E4=B8=8D=E5=8F=AF=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RevokeMsgPatcher.MultiInstance/ProcessUtil.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs b/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs index 8417aaa9..e0e6fdaa 100644 --- a/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs +++ b/RevokeMsgPatcher.MultiInstance/ProcessUtil.cs @@ -222,13 +222,13 @@ public static bool CloseMutexHandle(Process process) foreach (SYSTEM_HANDLE_INFORMATION handle in aHandles) { // Mutant 类型的句柄 - if (handle.ObjectType == OBJECT_TYPE_MUTANT) - { + // if (handle.ObjectType == OBJECT_TYPE_MUTANT) + // { if (FindAndCloseWeChatMutexHandle(handle, process)) { existMutexHandle = true; } - } + // } } return existMutexHandle; }