From 421dfa25919ead5034a406d13689e8b96ccc07c9 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 13 Jul 2022 14:02:52 -0700 Subject: [PATCH] Add LibMSPackSharp note in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74da9133..5e947082 100644 --- a/README.md +++ b/README.md @@ -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 +- [LibMSPackSharp](https://github.com/mnadareski/LibMSPackSharp) - Microsoft CAB extraction [Currently unused] - [openmcdf](https://github.com/ironfede/openmcdf) - MSI extraction - [psxt001z](https://github.com/Dremora/psxt001z) - PS1 LibCrypt detection - [SharpCompress](https://github.com/adamhathcock/sharpcompress) - 7zip/GZip/RAR/PKZIP extraction