mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
Fix helper in Executable
This commit is contained in:
@@ -291,7 +291,7 @@ namespace BurnOutSharp.FileType
|
||||
return false;
|
||||
|
||||
// If we have a valid content check based on settings
|
||||
if (scanPackers || !checkClass.GetType().Namespace.ToLowerInvariant().Contains("packertype"))
|
||||
if (scanPackers || !checkClass.GetType().Namespace.ToLowerInvariant().Contains("packer"))
|
||||
return true;
|
||||
|
||||
// Everything else fails
|
||||
|
||||
Reference in New Issue
Block a user