diff --git a/SabreTools.Serialization/Wrappers/PortableExecutable.cs b/SabreTools.Serialization/Wrappers/PortableExecutable.cs index 227b35ea..822cb080 100644 --- a/SabreTools.Serialization/Wrappers/PortableExecutable.cs +++ b/SabreTools.Serialization/Wrappers/PortableExecutable.cs @@ -1087,7 +1087,7 @@ namespace SabreTools.Serialization.Wrappers /// - Archives and executables in the overlay /// - Archives and executables in resource data /// - CExe-compressed resource data - /// - SFX archives (7z, PKZIP, RAR) + /// - SFX archives (7z, MS-CAB, PKZIP, RAR) /// - Wise installers /// public bool Extract(string outputDirectory, bool includeDebug)