From fd524e1d5c64662976cfa0d4ef5cac241f5cbebc Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 31 Oct 2020 23:57:02 -0700 Subject: [PATCH] List archive formats in README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index e5ebe476..d0b8ea68 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,24 @@ Below is a list of the executable packers that can be detected using this code: - PECompact - UPX +## Archive Formats + +Below is a list of archive or archive-like formats that can be extracted and have contents scanned using this code: + +- 7zip +- BFPK +- BZIP2 +- GZIP +- InstallShield CAB +- Microsoft CAB (.NET Framework 4.7.2 and 4.8 only) +- MPQ +- Microsoft Installer (MSI) (.NET Framework 4.7.2 and 4.8 only) +- PKZIP and derived files +- RAR +- TAR +- Valve archive formats +- XZ + ## Contributions Contributions to the project are welcome. Please follow the current coding styles and please do not add any keys or legally dubious things to the code. Thank you to all of the testers, particularly from the DICUI project who helped get this rolling.