mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-19 15:25:09 +00:00
Reorder inherited interfaces
This commit is contained in:
@@ -10,7 +10,7 @@ using BurnOutSharp.Tools;
|
||||
namespace BurnOutSharp.ProtectionType
|
||||
{
|
||||
// TODO: Investigate SecuROM for Macintosh
|
||||
public class SecuROM : IPortableExecutableCheck, IPathCheck
|
||||
public class SecuROM : IPathCheck, IPortableExecutableCheck
|
||||
{
|
||||
/// <inheritdoc/>
|
||||
public string CheckPortableExecutable(string file, PortableExecutable pex, bool includeDebug)
|
||||
|
||||
Reference in New Issue
Block a user