mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 14:54:56 +00:00
Merge branch 'master' of https://github.com/mnadareski/BurnOutSharp
This commit is contained in:
@@ -43,8 +43,11 @@ namespace BurnOutSharp.ProtectionType
|
||||
{
|
||||
var matchers = new List<PathMatchSet>
|
||||
{
|
||||
new PathMatchSet(new PathMatch("wtmfiles.dat", useEndsWith: true), "WTM Protection Viewer"),
|
||||
new PathMatchSet(new PathMatch("Viewer.exe", useEndsWith: true), "WTM Protection Viewer"),
|
||||
new PathMatchSet(new List<PathMatch>
|
||||
{
|
||||
new PathMatch("wtmfiles.dat", useEndsWith: true),
|
||||
new PathMatch("Viewer.exe", useEndsWith: true),
|
||||
}, "WTM Protection Viewer"),
|
||||
};
|
||||
|
||||
return MatchUtil.GetAllMatches(files, matchers, any: false);
|
||||
|
||||
Reference in New Issue
Block a user