Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.9.6.33 fail: OverflowError: int too big to convert #8

Open
diablov opened this issue Sep 8, 2023 · 2 comments
Open

3.9.6.33 fail: OverflowError: int too big to convert #8

diablov opened this issue Sep 8, 2023 · 2 comments

Comments

@diablov
Copy link

diablov commented Sep 8, 2023

$ python3 main.py -g
Traceback (most recent call last):
File "R:\WeChatUserDB-main@x1hy9-2022\main.py", line 38, in
get_info.get_key()
File "R:\WeChatUserDB-main@x1hy9-2022\get_info.py", line 135, in get_key
getuserinfo(p)
File "R:\WeChatUserDB-main@x1hy9-2022\get_info.py", line 72, in getuserinfo
bytes_path1 = (i).to_bytes(4, byteorder="little", signed=True)
OverflowError: int too big to convert

@rolle0211
Copy link

bytes_path1 = (i).to_bytes(4, byteorder="little", signed=True)
4换为8,就好了

@sbitpdc
Copy link

sbitpdc commented Jun 6, 2024

bytes_path1 = (i).to_bytes(4, byteorder="little", signed=True) 4换为8,就好了

这个错误是没出现了,但获取到的 username, wxid, sqliteKey都是空的,int_PublicKey_len是177,然后出现 pymem.exception.WinAPIError: Windows api error: error_coee: 299 和 pymem.exception.MemoryReadError: Could not read memory at :1238164964, length: 177 - GetLastError: 299错误。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants