Revert extra check, forgot about un-wrappered types

This commit is contained in:
Matt Nadareski
2025-09-20 16:13:45 -04:00
parent e1a659af5f
commit 7fa41ba945

View File

@@ -304,11 +304,6 @@ namespace BinaryObjectScanner
// Get the wrapper, if possible
var wrapper = WrapperFactory.CreateWrapper(fileType, stream);
if (wrapper == null)
{
if (_includeDebug) Console.WriteLine($"{fileName} not a scannable file type, skipping...");
return [];
}
#region Non-Archive File Types