From 1bdfccddbc44a1dbb3668e53f6d86706e4692179 Mon Sep 17 00:00:00 2001 From: TheRogueArchivist <24215969+TheRogueArchivist@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:09:11 -0700 Subject: [PATCH] Fix Hexalock false positive (#281) --- BinaryObjectScanner/Protection/HexaLock.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/BinaryObjectScanner/Protection/HexaLock.cs b/BinaryObjectScanner/Protection/HexaLock.cs index 0d4160d5..45ee7563 100644 --- a/BinaryObjectScanner/Protection/HexaLock.cs +++ b/BinaryObjectScanner/Protection/HexaLock.cs @@ -113,9 +113,6 @@ namespace BinaryObjectScanner.Protection { var matchers = new List { - // Found to be the default name used in HexaLock AutoLock 4.5. - new(new FilePathMatch("Start_Here.exe"), "HexaLock AutoLock 4.5"), - // Found to be contained in HexaLock AutoLock 4.5 and 4.7. new(new FilePathMatch("MFINT.DLL"), "HexaLock AutoLock"), new(new FilePathMatch("MFIMP.DLL"), "HexaLock AutoLock"),