修改部分ui

This commit is contained in:
SiYuan
2024-02-14 19:07:44 +08:00
parent 210bba39de
commit eefd406fee
3 changed files with 11 additions and 5 deletions
+4 -1
View File
@@ -24,6 +24,8 @@ from win32api import GetFileVersionInfo, HIWORD, LOWORD
"""
class Wechat来源:https://github.com/SnowMeteors/GetWeChatKey
"""
class Wechat:
def __init__(self, pm):
module = pymem.process.module_from_name(pm.process_handle, "WeChatWin.dll")
@@ -150,6 +152,7 @@ class Wechat:
return version
# 获取exe文件的位数
def get_exe_bit(file_path):
"""
@@ -403,7 +406,7 @@ def read_info(version_list, is_logging=False):
tmp_rd['filePath'] = get_info_filePath(tmp_rd['wxid']) if tmp_rd['wxid'] != "None" else "None"
tmp_rd['key'] = "None"
tmp_rd['key'] = get_key(tmp_rd['filePath'], addrLen)
if tmp_rd['key']=='None':
if tmp_rd['key'] == 'None':
wechat = Pymem("WeChat.exe")
key = Wechat(wechat).GetInfo()
if key: