From 27f34f1445e85688f2dc18d31614aa45a14ca9e1 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Sun, 17 Dec 2023 14:46:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/decrypt/get_wx_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/decrypt/get_wx_info.py b/app/decrypt/get_wx_info.py index 584e9a1..23da7a4 100644 --- a/app/decrypt/get_wx_info.py +++ b/app/decrypt/get_wx_info.py @@ -210,7 +210,7 @@ def get_key(db_path, addr_len): key_bytes = read_key_bytes(pm.process_handle, j, addr_len) if key_bytes == "None": continue - if verify_key(key_bytes, MicroMsg_path): + if db_path != "None" and verify_key(key_bytes, MicroMsg_path): return key_bytes.hex() return "None"