From 37c850ae1e6a77fc821227a044a536bd1dca479f Mon Sep 17 00:00:00 2001 From: xaoyo Date: Mon, 9 Oct 2023 11:48:35 +0800 Subject: [PATCH] =?UTF-8?q?3.7.5.11=E4=BB=A5=E4=B8=8A=E4=B8=BA40?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CE获取基址.md | 2 +- Program/get_base_addr.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CE获取基址.md b/CE获取基址.md index 41f7ebe..13f5d74 100644 --- a/CE获取基址.md +++ b/CE获取基址.md @@ -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) diff --git a/Program/get_base_addr.py b/Program/get_base_addr.py index 0d45bc6..0f5d155 100644 --- a/Program/get_base_addr.py +++ b/Program/get_base_addr.py @@ -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]