Suxue преди 1 година
родител
ревизия
ddb82e14ec
променени са 3 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 1 0
      Main.xaml.cs
  2. 1 0
      SelectWechat.xaml.cs
  3. 3 0
      version.json

+ 1 - 0
Main.xaml.cs

@@ -70,6 +70,7 @@ namespace WechatPCMsgBakTool
                         MessageBox.Show("微信密钥获取失败,请检查微信是否打开,或者版本不兼容");
                         return;
                     }
+                    string key_string = BitConverter.ToString(key, 0).Replace("-", string.Empty).ToLower().ToUpper();
                     string source = Path.Combine(CurrentUserBakConfig.UserWorkspacePath, "OriginalDB");
                     string to = Path.Combine(CurrentUserBakConfig.UserWorkspacePath, "DecDB");
                     try

+ 1 - 0
SelectWechat.xaml.cs

@@ -39,6 +39,7 @@ namespace WechatPCMsgBakTool
             p.StartInfo.CreateNoWindow = true;
             p.StartInfo.RedirectStandardOutput = true;
             p.Start();
+
             string i = p.StandardOutput.ReadToEnd();
             if (i.Contains("SYSINTERNALS SOFTWARE LICENSE TERMS"))
             {

+ 3 - 0
version.json

@@ -5,5 +5,8 @@
 	},{
 		"Version":"3.9.7.25",
 		"BaseAddr": 63484032
+	},{
+		"Version":"3.9.7.29",
+		"BaseAddr": 63488256
 	}
 ]