Skip to content

Commit

Permalink
Update to v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Jul 31, 2020
1 parent 4298abb commit 44b30c2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mwp-ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.3.0
2.9.4.0
Binary file modified mwp.exe
Binary file not shown.
3 changes: 2 additions & 1 deletion src/MalwarePatch/Assets/certificate-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"grid verse (format factory) 256.cer",
"grid verse (format factory) 2018.12.cer",
"grid verse (format factory) 2020.02.cer",
"grid verse (format factory) 256.2020.02.cer"
"grid verse (format factory) 256.2020.02.cer",
"grid verse (format factory) 256.2020.08.cer"
],
"HeiNote": [
"7654 note.cer",
Expand Down
2 changes: 1 addition & 1 deletion src/MalwarePatch/Assets/malware-remote-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
{
"url": "https://www.liebao.cn/",
"regex": "href=\"(http[s]?://dl.liebao.cn/kb/KSbrowser.*?)\"",
"regex": "href=\"(http[s]?://dl.liebao.cn/.*KSbrowser.*\.exe)\"",
"group": 1
},
{
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion src/MalwarePatch/CliTools/MalwareChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public MalwareCheckException() : base() { }
class MalwareChecker
{
private const string InfoPath = @"assets/malware-remote-info.json";
private const string UserAgent = @"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.81 Safari/537.36";
private const string UserAgent = @"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36";
private readonly JsonObject infoObject;
private readonly StringBuilder stringBuilder = new StringBuilder();
private readonly bool clean = false;
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.3.0")]
[assembly: AssemblyFileVersion("2.9.3.0")]
[assembly: AssemblyVersion("2.9.4.0")]
[assembly: AssemblyFileVersion("2.9.4.0")]

0 comments on commit 44b30c2

Please sign in to comment.