修改内存搜索方式,防止参数错误,无限循环搜索

This commit is contained in:
xaoyo 2023-10-08 00:05:14 +08:00
parent 8cdec33410
commit 8ac366e1a4

View File

@ -114,6 +114,7 @@ print(data)
python get_base_addr.py --mobile 152******** --name ****** --account ****** --key **********************************************
# return{'3.9.7.29': [63486984, 63488320, 63486792, 0, 63488256]}
# (十进制)按顺序代表微信昵称、微信账号、微信手机号、微信邮箱默认0、微信KEY
```
参数说明:
@ -127,7 +128,7 @@ python get_base_addr.py --mobile 152******** --name ****** --account ****** --k
# 需要降低版本使用get_wx_info.py获取key也可以通过CheatEngine等工具获取
# 最好是保存之前同微信使用过的key非常方便
[注]如果参数错误得到的对应地址偏移为0邮箱默认为0
[注]如果参数错误得到的对应地址偏移为0邮箱高版本失效,默认为0
**3.2 通过CheatEngine等工具获取**