mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-21 00:05:06 +00:00
Better split matching code, fix UPX name
This commit is contained in:
@@ -18,7 +18,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
}, "Key-Lock (Dongle)"),
|
||||
};
|
||||
|
||||
return Utilities.GetFirstContentMatch(file, fileContent, matchers, includePosition);
|
||||
return MatchUtil.GetFirstContentMatch(file, fileContent, matchers, includePosition);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user