Intel Installation Framework is extractable

This commit is contained in:
Matt Nadareski
2025-09-26 21:24:47 -04:00
parent 8a6179ea11
commit b285127cee

View File

@@ -5,7 +5,10 @@ using SabreTools.Serialization.Wrappers;
namespace BinaryObjectScanner.Packer
{
// TODO: Add extraction, seems to primarily use MSZip compression.
/// <summary>
/// An MS-CAB based installer that stores the files in
/// the resources table.
/// </summary>
public class IntelInstallationFramework : IExecutableCheck<PortableExecutable>
{
/// <inheritdoc/>