3.7.5.11以上为40

This commit is contained in:
xaoyo 2023-10-09 11:48:35 +08:00
parent 6b6095427c
commit 37c850ae1e
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,7 @@
计算方式KEY=用户名-000024
KEY的基址即**2FFF970-000024=2FFF94C**
(3.7.5.11以上KEY=用户名-000040)
(3.9.6.33以上KEY=用户名-000040)
![image](https://user-images.githubusercontent.com/33925462/236711975-db8b891c-68a6-4a72-820e-af53f57a3e39.png)

View File

@ -166,7 +166,6 @@ class BaseAddr:
return maybe_key
def verify_key(keys, wx_db_path):
with open(wx_db_path, "rb") as file:
blist = file.read(5000)
salt = blist[:16]