IExtractableExecutable extends IExecutableCheck

This commit is contained in:
Matt Nadareski
2024-11-04 23:59:10 -05:00
parent d9661cd03d
commit ece758bf03
29 changed files with 28 additions and 35 deletions

View File

@@ -18,7 +18,7 @@ namespace BinaryObjectScanner.Protection
// TODO: Add version checking, if possible
// https://raw.githubusercontent.com/wolfram77web/app-peid/master/userdb.txt
public class Armadillo : IExecutableCheck<PortableExecutable>, IExtractableExecutable<PortableExecutable>
public class Armadillo : IExtractableExecutable<PortableExecutable>
{
/// <inheritdoc/>
public string? CheckExecutable(string file, PortableExecutable pex, bool includeDebug)