From 49781c47a99a7a820382bd875d90e183d7ac9150 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 26 Dec 2022 13:01:37 -0800 Subject: [PATCH] Add executables to support table --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5fefe57..925a2353 100644 --- a/README.md +++ b/README.md @@ -156,11 +156,15 @@ Below is a list of container formats that are supported in some way: | Half-Life 2 Level (VBSP) | Yes | Yes | Yes | | | InstallShield Archive V3 (Z) | No | Yes | Yes | Via `UnshieldSharp` | | InstallShield CAB | No | Yes | Yes | Via `UnshieldSharp` | +| Linear Executable | No | No | No | Skeleton only | | Microsoft cabinet file | Yes | Yes | Yes | Via `WixToolset.Dtf` / `LibMSPackSharp` | | MoPaQ game data archive (MPQ) | No | Yes | Yes | Via `StormLibSharp` | | Microsoft installation package (MSI) | No | Yes | Yes | Via `OpenMcdf` | +| MS-DOS Executable | Yes | Yes | No | Incomplete | +| New Exectuable | Yes | Yes | No | Incomplete | | PKZIP and derived files (ZIP, etc.) | No | Yes | Yes | Via `SharpCompress` | | PlayJ audio file (PLJ) | No | Yes | No | | +| Portable Executable | Yes | Yes | No* | Some packed executables are supported | | RAR archive (RAR) | No | Yes | Yes | Via `SharpCompress` | | StarForce Filesystem file (SFFS) | No | Yes | No | | | Tape archive (TAR) | No | Yes | Yes | Via `SharpCompress` |