From f43be30408bbe26ccaced7c86d24dce6cbc1bc93 Mon Sep 17 00:00:00 2001 From: xaoyo Date: Sun, 8 Oct 2023 23:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96get=5Fwx=5Finfo=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Program/get_wx_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Program/get_wx_info.py b/Program/get_wx_info.py index cdca734..83d93d0 100644 --- a/Program/get_wx_info.py +++ b/Program/get_wx_info.py @@ -41,7 +41,6 @@ def get_file_version(file_path): def read_info(version_list): - support_list = None wechat_process = [] result = [] @@ -54,8 +53,9 @@ def read_info(version_list): for process in wechat_process: tmp_rd = {} - tmp_rd['pid'] = process.pid + support_list = None + tmp_rd['pid'] = process.pid wechat_base_address = 0 for module in process.memory_maps(grouped=False): if module.path and 'WeChatWin.dll' in module.path: