Skip to content

Commit

Permalink
Update certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Aug 26, 2023
1 parent ef8f2c6 commit 87b2f83
Show file tree
Hide file tree
Showing 19 changed files with 31 additions and 16 deletions.
Binary file modified dist/bundled/mwp.bundled.zip
Binary file not shown.
Binary file modified dist/bundled/mwp.exe
Binary file not shown.
Binary file modified dist/unbundled/mwp.exe
Binary file not shown.
Binary file modified dist/unbundled/mwp.unbundled.zip
Binary file not shown.
27 changes: 19 additions & 8 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"360 browser 2022.01.cer",
"360 browser 256.2022.04.cer",
"360 ludashi 2022.04.cer",
"360 ludashi 256.2022.04.cer"
"360 ludashi 256.2022.04.cer",
"360 browser 256.2023.08.cer"
],
"2345": [
"2345.cer",
Expand All @@ -26,7 +27,9 @@
"2345 browser 2020.06.cer",
"2345 browser 256.2020.06.cer",
"2345 browser 2020.10.cer",
"2345 browser 256.2020.10.cer"
"2345 browser 256.2020.10.cer",
"2345 browser 2023.08.cer",
"2345 browser 256.2023.08.cer"
],
"6789": [
"6789.cer",
Expand All @@ -48,7 +51,9 @@
],
"Baishengtong": [
"baishengtong 2022.04.cer",
"baishengtong 256.2022.04.cer"
"baishengtong 256.2022.04.cer",
"baishengtong 2023.08.cer",
"baishengtong 256.2023.08.cer"
],
"Baofeng": [
"baofeng.cer",
Expand All @@ -69,7 +74,8 @@
"driveTheLife 2019.6.cer",
"driveTheLife 256.2019.6.cer",
"driveTheLife 2020.06.cer",
"driveTheLife 256.2020.06.cer"
"driveTheLife 256.2020.06.cer",
"driveTheLife 256.2023.08.cer"
],
"Funshion": [
"funshion.cer"
Expand Down Expand Up @@ -130,7 +136,8 @@
"Kuwo": [
"kuwo.cer",
"kuwo 2020.02.cer",
"kuwo 256.2020.02.cer"
"kuwo 256.2020.02.cer",
"kuwo 256.2023.08.cer"
],
"LeTV": [
"leshi.cer",
Expand All @@ -144,14 +151,17 @@
"pplive.cer",
"pplive 256.cer",
"pptv 2022.07.cer",
"pptv 256.2022.07.cer"
"pptv 256.2022.07.cer",
"pptv 2023.08.cer",
"pptv 256.2023.08.cer"
],
"iQIYI": [
"qiyi.cer",
"qiyi 256.cer",
"qiyi 2020.02.cer",
"qiyi 256.2020.02.cer",
"qiyi 256.2021.02.cer"
"qiyi 256.2021.02.cer",
"qiyi 256.2023.08.cer"
],
"Qidian": [
"qidian 256.2023.02.cer"
Expand Down Expand Up @@ -255,7 +265,8 @@
"yy 256.2020.1.cer",
"yy 256.2021.02.cer",
"yy 256.2022.04.cer",
"yy 256.2023.02.cer"
"yy 256.2023.02.cer",
"yy 256.2023.08.cer"
],
"ZhongCheng": [
"zhongcheng (flash cn) 256.2022.01.cer"
Expand Down
14 changes: 9 additions & 5 deletions src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,14 @@
"match": []
},
"DongfangToutiao": {
"fixed": [
"http://kan.eastday.com/download/"
],
"match": []
"fixed": [],
"match": [
{
"url": "https://www.tt.cn",
"regex": "\"(https://www.tt.cn/down/[^\"]+?\\.exe)\"",
"group": 1
}
]
},
"DriverLife": {
"fixed": [],
Expand Down Expand Up @@ -166,7 +170,7 @@
"match": [
{
"url": "https://shurufa.sogou.com/",
"regex": "href=\"(https://ime.sogouimecdn.com.+?sogou_pinyin_.*?\\.exe)\"",
"regex": "href=\"(https://[^\"]+?/pc/[^\"]*?sogou_pinyin_[^\"]*?\\.exe)\"",
"group": 1
},
{
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/pptv 2023.08.cer
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/yy 256.2023.08.cer
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MalwarePatch/Languages/MainLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 2;
internal const int UpdateMonth = 8;
internal static string UpdateTime
{
get
Expand Down
4 changes: 2 additions & 2 deletions src/MalwarePatch/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@
// 可以指定所有值,也可以使用以下所示的 "*" 预置版本号和修订号
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.14.0.0")]
[assembly: AssemblyFileVersion("2.14.0.0")]
[assembly: AssemblyVersion("2.15.0.0")]
[assembly: AssemblyFileVersion("2.15.0.0")]

0 comments on commit 87b2f83

Please sign in to comment.