mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
else if and a note
This commit is contained in:
@@ -89,7 +89,7 @@ namespace BurnOutSharp.FileType
|
||||
}
|
||||
|
||||
// If we have a New Executable
|
||||
if (wrapper is NewExecutable nex)
|
||||
else if (wrapper is NewExecutable nex)
|
||||
{
|
||||
Parallel.ForEach(ScanningClasses.NewExecutableCheckClasses, contentCheckClass =>
|
||||
{
|
||||
@@ -140,6 +140,8 @@ namespace BurnOutSharp.FileType
|
||||
});
|
||||
}
|
||||
|
||||
// No other executable formats currently identified or supported
|
||||
|
||||
return protections;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user