From f58ada3ddebc619ebdf3fb82f8d3e0469f6ef9bc Mon Sep 17 00:00:00 2001 From: TheRogueArchivist <24215969+TheRogueArchivist@users.noreply.github.com> Date: Thu, 11 Apr 2024 10:23:46 -0600 Subject: [PATCH] Fix Steam overmatch (#298) --- BinaryObjectScanner/Protection/Steam.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BinaryObjectScanner/Protection/Steam.cs b/BinaryObjectScanner/Protection/Steam.cs index 3aabf628..3aae076f 100644 --- a/BinaryObjectScanner/Protection/Steam.cs +++ b/BinaryObjectScanner/Protection/Steam.cs @@ -55,7 +55,8 @@ namespace BinaryObjectScanner.Protection new(new List { // TODO: Identify based on "Steam(TM)" being present in "Description" but not in "File Description". - new FilePathMatch("steam.exe"), + // Overmatches on some files, such as IA item "ASMEsMechanicalEngineeringToolkit1997December". + // new FilePathMatch("steam.exe"), new FilePathMatch("steam.ini"),