灰儿 发表于 2021-7-22 10:08:22

Python:not supported between instances of 'NoneType' and 'int'

Python运行 wechatGetKey_3_3_0_115.py(PC端微信数据库解密Python版工具)程序时出现如下提示:
请使用32位Python3.7执行本脚本

本版本仅适配:微信3.3.0.115

找不到win32api模块,将无法确定您的微信版本号是否受支持!

Traceback (most recent call last):

找不到win32api模块,将无法确定您的微信版本号是否受支持!



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'




灰儿 发表于 2021-7-22 10:11:47

http://www.admin365.cn/thread-45652-1-1.htmlPython提示找不到win32api模块
页: [1]
查看完整版本: Python:not supported between instances of 'NoneType' and 'int'