From 3eaebffff1c1a6e730b44f70f4dc05bee1bc6b13 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 13 Jul 2022 12:51:54 -0700 Subject: [PATCH] Add note to MS-CAB SFX --- BurnOutSharp/PackerType/MicrosoftCABSFX.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BurnOutSharp/PackerType/MicrosoftCABSFX.cs b/BurnOutSharp/PackerType/MicrosoftCABSFX.cs index 1e493f9f..c9b308cc 100644 --- a/BurnOutSharp/PackerType/MicrosoftCABSFX.cs +++ b/BurnOutSharp/PackerType/MicrosoftCABSFX.cs @@ -10,6 +10,7 @@ using BurnOutSharp.Tools; namespace BurnOutSharp.PackerType { // TODO: Add extraction, which should be possible with LibMSPackN, but it refuses to extract due to SFX files lacking the typical CAB identifiers. + // https://raw.githubusercontent.com/wolfram77web/app-peid/master/userdb.txt public class MicrosoftCABSFX : IPortableExecutableCheck, IScannable { ///