Add warning in Extractor

This commit is contained in:
Matt Nadareski
2023-09-18 11:35:52 -04:00
parent f1f1e20a3e
commit aef2b756c9

View File

@@ -402,8 +402,7 @@ namespace Test
try
{
// Extract the MS-CAB contents to the directory
BinaryObjectScanner.FileType.MicrosoftCAB.ExtractAll(cabinet, outputDirectory);
Console.WriteLine("MS-CAB extraction is disabled");
}
catch (Exception ex)
{