From 2c813e7b3d209b07db4c5f7d74c6e57e6033d54a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 9 Jan 2023 21:27:00 -0800 Subject: [PATCH] Add CFB to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41eed3ba..dbe775f4 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,7 @@ Below is a list of container formats that are supported in some way: | 7-zip archive | No | Yes | Yes | Via `SharpCompress` | | BFPK custom archive format | Yes | Yes | Yes | | | bzip2 archive | No | Yes | Yes | Via `SharpCompress` | +| Compound File Binary (CFB) | Yes | Yes* | No | Basis of MSI, only CFB common pieces printable | | gzip archive | No | Yes | Yes | Via `SharpCompress` | | Half-Life Game Cache File (GCF) | Yes | Yes | Yes | | | Half-Life Level (BSP) | Yes | Yes | Yes | |