mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-09-22 23:05:03 +00:00
Add notes to README
This commit is contained in:
@@ -10,6 +10,7 @@ EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{68D10531-99CB-40B1-8912-73FA286C9433}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
appveyor.yml = appveyor.yml
|
||||
Coding Guide.md = Coding Guide.md
|
||||
LICENSE = LICENSE
|
||||
Developer Guide.md = Developer Guide.md
|
||||
README.md = README.md
|
||||
|
||||
@@ -14,7 +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
|
||||
- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction
|
||||
- [WixToolset.Dtf](https://github.com/wixtoolset/Dtf) - Microsoft CAB extraction [Unused in .NET 6.0 builds]
|
||||
|
||||
Please note that due to current library limitations, the functionality of StormLibSharp is locked to Windows only.
|
||||
|
||||
@@ -167,7 +167,7 @@ Below is a list of archive or archive-like formats that can be extracted and hav
|
||||
- GZIP
|
||||
- InstallShield Archive V3 (Z)
|
||||
- InstallShield CAB
|
||||
- Microsoft CAB
|
||||
- Microsoft CAB [.NET Standard 2.0 only]
|
||||
- MPQ
|
||||
- Microsoft Installer (MSI)
|
||||
- PKZIP and derived files
|
||||
|
||||
Reference in New Issue
Block a user