From 4aa9662ebef7d63e1a101d9f18f052099712422a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 30 Oct 2020 09:16:16 -0700 Subject: [PATCH] Update README --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abbb0cf3..e5ebe476 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ In addition to the original BurnOut code, the following libraries (or ports ther - [StormLibSharp](https://github.com/robpaveza/stormlibsharp) - MPQ extraction - [UnshieldSharp](https://github.com/mnadareski/UnshieldSharp) - InstallShield CAB extraction - [WiseUnpacker](https://github.com/mnadareski/WiseUnpacker) - Wise Installer extraction +- [wix-libs](https://wixtoolset.org/) - MSI extraction ## Protections Detected @@ -25,7 +26,6 @@ Below is a list of the protections that can be detected using this code: - ActiveMARK / ActiveMARK 5 - Alpha-DVD - Alpha-ROM -- Armadillo - Bitpool - ByteShield - Cactus Data Shield @@ -42,7 +42,6 @@ Below is a list of the protections that can be detected using this code: - DVD-Movie-PROTECT - DVD Crypt - EA Protections (Including Cucko, EA CDKey, and EA DRM) -- EXE Stealth - Freelock - Games for Windows - Live (partial) - Hexalock Autolock @@ -56,7 +55,6 @@ Below is a list of the protections that can be detected using this code: - LaserLock - MediaCloQ - MediaMax CD3 -- NSIS - Origin (partial) - ProtectDisc - Protect DVD-Video @@ -76,7 +74,6 @@ Below is a list of the protections that can be detected using this code: - TAGES (mostly complete) - TZCopyProtector - Uplay (partial) -- UPX - VOB ProtectCD/DVD - Winlock - WISE Installer @@ -86,6 +83,17 @@ Below is a list of the protections that can be detected using this code: - Xtreme-Protector - Zzxzz +## Executable Packers Detected + +Below is a list of the executable packers that can be detected using this code: + +- Armadillo +- dotFuscator +- EXE Stealth +- NSIS +- PECompact +- UPX + ## 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.