Steam any false

This commit is contained in:
Matt Nadareski
2024-11-04 20:06:47 -05:00
parent 5de78ef552
commit 5ec90b290a

View File

@@ -100,7 +100,7 @@ namespace BinaryObjectScanner.Protection
new(new FilePathMatch("steamxboxutil64.exe"), "Steam"),
};
return MatchUtil.GetAllMatches(files, matchers, any: true);
return MatchUtil.GetAllMatches(files, matchers, any: false);
}
/// <inheritdoc/>