From aef2b756c966bb199ae1956cd69ef9e1be48c99b Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 18 Sep 2023 11:35:52 -0400 Subject: [PATCH] Add warning in Extractor --- Test/Extractor.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Test/Extractor.cs b/Test/Extractor.cs index 1342f862..79f9c0ec 100644 --- a/Test/Extractor.cs +++ b/Test/Extractor.cs @@ -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) {