mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-15 21:35:34 +00:00
Steam any false
This commit is contained in:
@@ -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/>
|
||||
|
||||
Reference in New Issue
Block a user