From ef581c3f36205a6443eaf165e9d1a6b881d1133d Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 31 Oct 2020 23:29:27 -0700 Subject: [PATCH] Add note for MS-CAB --- BurnOutSharp/FileType/MicrosoftCAB.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BurnOutSharp/FileType/MicrosoftCAB.cs b/BurnOutSharp/FileType/MicrosoftCAB.cs index f0cdb230..dff92bac 100644 --- a/BurnOutSharp/FileType/MicrosoftCAB.cs +++ b/BurnOutSharp/FileType/MicrosoftCAB.cs @@ -7,6 +7,7 @@ using LibMSPackN; namespace BurnOutSharp.FileType { + // Specification available at http://download.microsoft.com/download/5/0/1/501ED102-E53F-4CE0-AA6B-B0F93629DDC6/Exchange/%5BMS-CAB%5D.pdf internal class MicrosoftCAB { public static bool ShouldScan(byte[] magic)