Temporarily disable MS-CAB extraction

This only affects the code for normal protection scans. This does not affect trying to run extract separately, mainly for the purposes of testing.
This commit is contained in:
Matt Nadareski
2023-05-30 13:43:35 -04:00
parent adcf9ee27e
commit 06ecc1a571

View File

@@ -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)