-
Notifications
You must be signed in to change notification settings - Fork 163
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
运行报错:thread 'main' panicked at src/main.rs:302:54: read phone type string failed: invalid utf8 string #31
Labels
bug
Something isn't working
Comments
302行是不是查找手机号,手机号需要20个字符?为什么是20呢? |
[+] wechat version is 3.9.12.17 |
微信3.x先用109版本,工具新版本更新了些依赖,可能是这个原因,我看看 |
这个是找登录手机类型,20是随便写的,转换字符串会到\x00自动终止所以写20也行,实际转换出来的字符串只有android和iphone两个值 |
知道原因了,昨天对微信4.0提交的优化代码里 Lines 193 to 195 in 6934f9d
|
0xlane
added a commit
that referenced
this issue
Nov 20, 2024
已在1019版本修复,等自动构建完毕后可以下载试试 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大佬,运行后报错:
thread 'main' panicked at src/main.rs:302:54:
read phone type string failed: invalid utf8 string
The text was updated successfully, but these errors were encountered: