Update README comment

This commit is contained in:
Matt Nadareski
2022-12-23 15:46:42 -08:00
parent ab022f9049
commit 32e650eff5

View File

@@ -7,7 +7,7 @@ C# port of the protection scanning ability of [BurnOut](http://burnout.sourcefor
In addition to the original BurnOut code, the following libraries (or ports thereof) are used for file handling:
- [HLLibSharp](https://github.com/mnadareski/HLLibSharp) - Various Valve archive format extraction
- [LibMSPackSharp](https://github.com/mnadareski/LibMSPackSharp) - Microsoft CAB extraction [Currently unused]
- [LibMSPackSharp](https://github.com/mnadareski/LibMSPackSharp) - Microsoft CAB extraction [Only used in .NET 6.0 builds, unstable]
- [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) - 7zip/GZip/RAR/PKZIP extraction