Python运行 wechatGetKey_3_3_0_115.py(PC端微信数据库解密Python版工具)程序时出现如下提示:
请使用32位Python3.7执行本脚本
本版本仅适配:微信3.3.0.115
找不到win32api模块,将无法确定您的微信版本号是否受支持!
Traceback (most recent call last):
找不到win32api模块,将无法确定您的微信版本号是否受支持!
[10892, 16360]
File "E:\wechatGetKey_3_3_0_115.py", line 237, in <module>
main()
File "E:\wechatGetKey_3_3_0_115.py", line 231, in main
wechatUin = getClientUserUin(PROCESS_ID)
File "E:\wechatGetKey_3_3_0_115.py", line 153, in getClientUserUin
resbuf = ProcessGetModule(pid,'WeChatWin.dll')
File "E:\wechatGetKey_3_3_0_115.py", line 139, in ProcessGetModule
asm.push_const(mem1)
File "E:\wechatGetKey_3_3_0_115.py", line 63, in push_const
if(data>=-128 and data<=127):
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
|
|