diff --git a/dist/bundled/mwp.bundled.zip b/dist/bundled/mwp.bundled.zip deleted file mode 100644 index 6525837..0000000 Binary files a/dist/bundled/mwp.bundled.zip and /dev/null differ diff --git a/dist/bundled/mwp.exe b/dist/bundled/mwp.exe index 4f1b4ed..e95ec8b 100644 Binary files a/dist/bundled/mwp.exe and b/dist/bundled/mwp.exe differ diff --git a/dist/unbundled/mwp.exe b/dist/unbundled/mwp.exe index 7e00d21..b4e2d38 100644 Binary files a/dist/unbundled/mwp.exe and b/dist/unbundled/mwp.exe differ diff --git a/dist/unbundled/mwp.unbundled.zip b/dist/unbundled/mwp.unbundled.zip index 3364517..ba103e3 100644 Binary files a/dist/unbundled/mwp.unbundled.zip and b/dist/unbundled/mwp.unbundled.zip differ diff --git a/mwp-ver.txt b/mwp-ver.txt index a3dfeb0..45c25e1 100644 --- a/mwp-ver.txt +++ b/mwp-ver.txt @@ -1 +1 @@ -2.15.0.0 \ No newline at end of file +2.16.0.0 \ No newline at end of file diff --git a/mwp.exe b/mwp.exe deleted file mode 100644 index 5f901dc..0000000 Binary files a/mwp.exe and /dev/null differ diff --git a/src/MalwarePatch/Assets/certificate-map.json b/src/MalwarePatch/Assets/certificate-map.json index 3434a54..5aa8cb8 100644 --- a/src/MalwarePatch/Assets/certificate-map.json +++ b/src/MalwarePatch/Assets/certificate-map.json @@ -131,7 +131,9 @@ "Kugou": [ "kugou.cer", "kugou 2022.01.cer", - "kugou 256.2022.01.cer" + "kugou 256.2022.01.cer", + "kugou 2024.02.cer", + "kugou 256.2024.02.cer" ], "Kuwo": [ "kuwo.cer", @@ -221,7 +223,8 @@ "tencent 2020.02.cer", "tencent 256.2020.02.cer", "tencent 2021.02.cer", - "tencent 256.2021.02.cer" + "tencent 256.2021.02.cer", + "tencent 256.2024.02.cer" ], "Thunder": [ "thunder.cer", diff --git a/src/MalwarePatch/Assets/malware-remote-info.json b/src/MalwarePatch/Assets/malware-remote-info.json index 7ea964b..9948e5a 100644 --- a/src/MalwarePatch/Assets/malware-remote-info.json +++ b/src/MalwarePatch/Assets/malware-remote-info.json @@ -111,8 +111,8 @@ "group": 0 }, { - "url": "https://platform.wps.cn", - "regex": "(https://platform.wps.cn/download/query\\?down_os=win.+)\"", + "url": "https://www.wps.cn/platformUrls", + "regex": "productButtonUrl\":\\s*\"(.+)\",", "group": 1 } ] @@ -169,9 +169,9 @@ "fixed": [], "match": [ { - "url": "https://shurufa.sogou.com/", - "regex": "href=\"(https://[^\"]+?/pc/[^\"]*?sogou_pinyin_[^\"]*?\\.exe)\"", - "group": 1 + "url": "https://pinyin.sogou.com/windows/?t=pinyin", + "regex": "https://.+pc/dl/.+sogou_pinyin_.+\\.exe", + "group": 0 }, { "url": "https://ie.sogou.com/", @@ -200,8 +200,8 @@ "fixed": [], "match": [ { - "url": "http://im.qq.com/pcqq/", - "regex": "href=\"(.*?)\".*class=\"download\"", + "url": "https://cdn-go.cn/qq-web/im.qq.com_new/latest/rainbow/windowsDownloadUrl.js", + "regex": "ntDownloadX64Url\":\\s*\"(.+)\",", "group": 1 }, { diff --git a/src/MalwarePatch/Certificates/kugou 2024.02.cer b/src/MalwarePatch/Certificates/kugou 2024.02.cer new file mode 100644 index 0000000..de15669 Binary files /dev/null and b/src/MalwarePatch/Certificates/kugou 2024.02.cer differ diff --git a/src/MalwarePatch/Certificates/kugou 256.2024.02.cer b/src/MalwarePatch/Certificates/kugou 256.2024.02.cer new file mode 100644 index 0000000..de15669 Binary files /dev/null and b/src/MalwarePatch/Certificates/kugou 256.2024.02.cer differ diff --git a/src/MalwarePatch/Certificates/tencent 256.2024.02.cer b/src/MalwarePatch/Certificates/tencent 256.2024.02.cer new file mode 100644 index 0000000..4501c3c Binary files /dev/null and b/src/MalwarePatch/Certificates/tencent 256.2024.02.cer differ diff --git a/src/MalwarePatch/Languages/MainLanguage.cs b/src/MalwarePatch/Languages/MainLanguage.cs index 525db7e..7b192ae 100644 --- a/src/MalwarePatch/Languages/MainLanguage.cs +++ b/src/MalwarePatch/Languages/MainLanguage.cs @@ -35,7 +35,7 @@ public enum Keys AllowProgramDescription, } internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName); - internal const int UpdateMonth = 8; + internal const int UpdateMonth = 2; internal static string UpdateTime { get diff --git a/src/MalwarePatch/Properties/AssemblyInfo.cs b/src/MalwarePatch/Properties/AssemblyInfo.cs index 3673430..cf9eb1c 100644 --- a/src/MalwarePatch/Properties/AssemblyInfo.cs +++ b/src/MalwarePatch/Properties/AssemblyInfo.cs @@ -12,7 +12,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("Ace Studio")] [assembly: AssemblyProduct("Malware Patch")] -[assembly: AssemblyCopyright("Copyright © Ace Studio 2023")] +[assembly: AssemblyCopyright("Copyright © Ace Studio 2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,5 @@ // 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号 // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.15.0.0")] -[assembly: AssemblyFileVersion("2.15.0.0")] +[assembly: AssemblyVersion("2.16.0.0")] +[assembly: AssemblyFileVersion("2.16.0.0")]