Skip to content

Commit

Permalink
Update to v2.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Feb 2, 2021
1 parent 16b9f7e commit a5a672f
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.5.0
2.9.6.0
Binary file modified mwp.exe
Binary file not shown.
Binary file modified mwp.pkg
Binary file not shown.
10 changes: 7 additions & 3 deletions src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
"qiyi.cer",
"qiyi 256.cer",
"qiyi 2020.02.cer",
"qiyi 256.2020.02.cer"
"qiyi 256.2020.02.cer",
"qiyi 256.2021.02.cer"
],
"Rising": [
"rising.cer",
Expand Down Expand Up @@ -157,7 +158,9 @@
"tencent 2018.11.cer",
"tencent 256.2018.11.cer",
"tencent 2020.02.cer",
"tencent 256.2020.02.cer"
"tencent 256.2020.02.cer",
"tencent 2021.02.cer",
"tencent 256.2021.02.cer"
],
"Thunder": [
"thunder.cer",
Expand Down Expand Up @@ -190,6 +193,7 @@
"yy 2018.12.cer",
"yy 256.2018.12.cer",
"yy 2020.1.cer",
"yy 256.2020.1.cer"
"yy 256.2020.1.cer",
"yy 256.2021.02.cer"
]
}
12 changes: 6 additions & 6 deletions src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"match": [
{
"url": "http://sd.360.cn/",
"url": "https://sd.360.cn/download_center.html",
"regex": "href=\"(https://down.360safe.com/360sd/.+?.exe)",
"group": 1
}
Expand All @@ -21,12 +21,12 @@
"fixed": [],
"match": [
{
"url": "http://ie.2345.com/chrome/freecall/",
"url": "https://ie.2345.cc",
"regex": "'href'\\s*:\\s*'(.*?[^beta]\\.exe)',",
"group": 1
},
{
"url": "http://safe.2345.cc/",
"url": "https://safe.2345.cc/",
"regex": "downl[ao][ao]dUrl\" href=\"(.*?)\"",
"group": 1
}
Expand Down Expand Up @@ -201,16 +201,16 @@
},
"Thunder": {
"fixed": [
"http://down.sandai.net/XLNetAcc/XLNetAccSetup.exe"
"https://down.sandai.net/XLNetAcc/XLNetAccSetup.exe"
],
"match": [
{
"url": "http://dl.xunlei.com",
"url": "https://dl.xunlei.com/",
"regex": "href=\"(https://down.sandai.net/thunder11/.+?.exe)",
"group": 1
},
{
"url": "http://dl.xunlei.com",
"url": "https://dl.xunlei.com/",
"regex": "href=\"(https://xmp.down.sandai.net/xmp/.+?.exe)",
"group": 1
}
Expand Down
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/tencent 2021.02.cer
Binary file not shown.
Binary file not shown.
Binary file added src/MalwarePatch/Certificates/yy 256.2021.02.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 @@ -34,7 +34,7 @@ public enum Keys
AllowProgramDescription,
}
internal static DateTime LastModifiedTime => File.GetLastWriteTime(Process.GetCurrentProcess().MainModule.FileName);
internal const int UpdateMonth = 12;
internal const int UpdateMonth = 2;
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.9.5.0")]
[assembly: AssemblyFileVersion("2.9.5.0")]
[assembly: AssemblyVersion("2.9.6.0")]
[assembly: AssemblyFileVersion("2.9.6.0")]

0 comments on commit a5a672f

Please sign in to comment.