Add MPRESS to packer filters (fixes #938)

This commit is contained in:
Matt Nadareski
2026-01-27 08:40:17 -05:00
parent 089ab1c4a2
commit 439fb2717c
3 changed files with 15 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
- Update DIC to 20260101
- Update Redumper to build 683
- Add editorconfig, fix issues
- Add MPRESS to packer filters
### 3.6.0 (2025-11-28)

View File

@@ -363,6 +363,19 @@ namespace MPF.Frontend.Test.Tools
Assert.Empty(sanitized);
}
[Fact]
public void SanitizeFoundProtections_MPRESS()
{
List<string> protections =
[
"MPRESS",
"MPRESS ANYTHING",
];
string sanitized = ProtectionTool.SanitizeFoundProtections(protections);
Assert.Empty(sanitized);
}
[Fact]
public void SanitizeFoundProtections_NeoLite()
{

View File

@@ -43,6 +43,7 @@ namespace MPF.Frontend.Tools
"Installer VISE",
"Intel Installation Framework",
"Microsoft CAB SFX",
"MPRESS",
"NeoLite",
"NSIS",
"PE Compact",