mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-24 15:54:57 +00:00
Better split matching code, fix UPX name
This commit is contained in:
@@ -28,7 +28,7 @@ namespace BurnOutSharp.ProtectionType
|
||||
// }, "3PLock"),
|
||||
};
|
||||
|
||||
return Utilities.GetFirstContentMatch(file, fileContent, matchers, includePosition);
|
||||
return MatchUtil.GetFirstContentMatch(file, fileContent, matchers, includePosition);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user