Suxue 1 year ago
parent
commit
85f77c468e
2 changed files with 7 additions and 1 deletions
  1. 4 1
      WXWorkspace.cs
  2. 3 0
      version.json

+ 4 - 1
WXWorkspace.cs

@@ -48,8 +48,11 @@ namespace WechatBakTool
                     {
                         key[i] = Convert.ToByte(pwd.Substring(i * 2, 2), 16);
                     }
+                    
                 }
-
+#if DEBUG
+                File.WriteAllText("key.log", BitConverter.ToString(key!));
+#endif
                 if (key == null)
                 {
                     throw new Exception("获取到的密钥为空,获取失败");

+ 3 - 0
version.json

@@ -11,5 +11,8 @@
 	},{
 		"Version":"3.9.8.15",
 		"BaseAddr": 64997904
+	},{
+		"Version":"3.9.8.25",
+		"BaseAddr": 65002192
 	}
 ]