diff --git a/BinaryObjectScanner.FileType/MicrosoftCAB.cs b/BinaryObjectScanner.FileType/MicrosoftCAB.cs index a8efa838..9a010724 100644 --- a/BinaryObjectScanner.FileType/MicrosoftCAB.cs +++ b/BinaryObjectScanner.FileType/MicrosoftCAB.cs @@ -29,6 +29,9 @@ namespace BinaryObjectScanner.FileType { try { + // TODO: Fix/re-enable/do ANYTHING to get this working again + return null; + // Open the cab file var cabFile = MicrosoftCabinet.Create(stream); if (cabFile == null)