From f2fe2623c65878df5b9ecc686e2278df0fb81c14 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 28 Jul 2025 12:33:11 -0400 Subject: [PATCH] Add note for MS-CAB --- BinaryObjectScanner/FileType/MicrosoftCAB.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BinaryObjectScanner/FileType/MicrosoftCAB.cs b/BinaryObjectScanner/FileType/MicrosoftCAB.cs index 7b615d3b..6f673eaa 100644 --- a/BinaryObjectScanner/FileType/MicrosoftCAB.cs +++ b/BinaryObjectScanner/FileType/MicrosoftCAB.cs @@ -30,6 +30,7 @@ namespace BinaryObjectScanner.FileType public bool Extract(Stream? stream, string file, string outDir, bool includeDebug) { #if NET20 || NET35 || !WINX86 + // TODO: Use MicrosoftCabinet.OpenSet when Serialization is updated try { // Create the wrapper