diff --git a/README.md b/README.md index 8a501dff..309c6f4a 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ In addition to the original BurnOut code, the following libraries (or ports ther - [openmcdf](https://github.com/ironfede/openmcdf) - MSI extraction - [psxt001z](https://github.com/Dremora/psxt001z) - PS1 LibCrypt detection [Ported to C#] - [SharpCompress](https://github.com/adamhathcock/sharpcompress) - Common archive format extraction -- [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) - zlib-based extraction [Used in .NET 6.0 builds for MS-ZIP handling as well] +- [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) - zlib-based extraction - [StormLibSharp](https://github.com/robpaveza/stormlibsharp) - MoPaQ extraction [Unused in .NET 6.0 builds due to Windows-specific libraries] - [UnshieldSharp](https://github.com/mnadareski/UnshieldSharp) - InstallShield CAB extraction - [WiseUnpacker](https://github.com/mnadareski/WiseUnpacker) - Wise Installer extraction -Valve packages handling is based [HLLibSharp](https://github.com/mnadareski/HLLibSharp) but lacks everything but parsing and extraction capability. +Valve packages handling is based on [HLLibSharp](https://github.com/mnadareski/HLLibSharp) but lacks everything but parsing and extraction capability. Please visit our sibling project, [DRML](https://github.com/TheRogueArchivist/DRML), the DRM Library for a more in-depth look at some of the protections detected.