You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+43-42Lines changed: 43 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,15 +21,17 @@ For the most recent stable build, download the latest release here: [Releases Pa
21
21
22
22
For the latest WIP build here: [Rolling Release](https://github.com/SabreTools/BinaryObjectScanner/releases/tag/rolling)
23
23
24
-
**NOTE**: If you used the executable information printing functionality in previous releases, that has been extracted as a separate program and included in the [SabreTools.Serialization repository](https://github.com/SabreTools/SabreTools.Serialization). It was formerly included there as a reference program but has since been renamed to **InfoPrint**. This was done to ensure that the latest information printing would be available instead of waiting for it to bubble up to BinaryObjectScanner.
24
+
**NOTE**: If you used the extraction functionality in previous releases, that has been separated into a standalone program called **[ExtractionTool](https://github.com/SabreTools/SabreTools.Serialization)**.
25
+
26
+
**NOTE**: If you used the information printing functionality in previous releases, that has been separated into a standalone program called **[InfoPrint](https://github.com/SabreTools/SabreTools.Serialization)**.
25
27
26
28
## Compatibility Notes
27
29
28
30
Binary Object Scanner strives to have both full compatibility for scanning across .NET versions as well as across OSes. Unfortunately, this is not always the case. Please see the below list for known compatibility issues.
29
31
30
32
-**7-zip archive** - Extraction is only supported on .NET Framework 4.6.2 and higher due to `SharpCompress` support limitations
31
33
-**bzip2 archive** - Extraction is only supported on .NET Framework 4.6.2 and higher due to `SharpCompress` support limitations
32
-
-**MoPaQ** - Extraction is only supported in Windows x86 builds running .NET Framework 4.5.2 and higher due to native DLL requirements
34
+
-**MoPaQ** - Extraction is only supported in Windows x86 and x64 builds running .NET Framework 4.5.2 and higher due to native DLL requirements
33
35
-**PKZIP and derived files (ZIP, etc.)** - Extraction is only supported on .NET Framework 4.6.2 and higher due to `SharpCompress` support limitations
34
36
-**RAR archive** - Extraction is only supported on .NET Framework 4.6.2 and higher due to `SharpCompress` support limitations
35
37
-**xz archive** - Extraction is only supported on .NET Framework 4.6.2 and higher due to `SharpCompress` support limitations
@@ -194,50 +196,49 @@ Below is a list of game engines detected by BinaryObjectScanner. The two columns
194
196
195
197
Below is a list of container formats that are supported in some way:
196
198
197
-
| Format Name | Information Printing | Detection | Extraction | Notes |
198
-
| --- | --- | --- | --- | --- |
199
-
| 7-zip archive | No | Yes | Yes | Via `SharpCompress`|
200
-
| AACS Media Key Block | Yes | Yes | N/A | BluRay and HD-DVD variants detected |
201
-
| BD+ SVM | Yes | Yes | N/A ||
202
-
| BFPK custom archive format | Yes | Yes | Yes ||
203
-
| bzip2 archive | No | Yes | Yes | Via `SharpCompress`|
204
-
| Compound File Binary (CFB) | Yes*| Yes | Yes | Only CFB common pieces printable |
| Quantum archive (Q) | No | No | Extraction disabled due to compatibility issues |
228
+
| RAR archive (RAR) | No | Yes | Via `SharpCompress`|
229
+
| RealArcade Installer (.rgs) | Yes | No ||
230
+
| RealArcade Mezzanine (.mez) | Yes | No ||
231
+
| SGA game archive | No | Yes ||
232
+
| StarForce Filesystem file (SFFS) | Yes | No ||
233
+
| Tape archive (TAR) | No | Yes ||
234
+
| Valve Package File (VPK) | No | Yes ||
235
+
| XBox Package File (XZP) | No | Yes ||
236
+
| xz archive (XZ) | No | Yes | Via `SharpCompress`|
236
237
237
238
## Contributions
238
239
239
240
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 MPF project who helped get this rolling.
240
241
241
242
## Special Thanks
242
243
243
-
I want to give a special thanks to [TheRogueArchivist](https://github.com/TheRogueArchivist) who has gone above and beyond helping both fix existing checks as well as add new ones.
244
+
I want to give a special thanks to [TheRogueArchivist](https://github.com/TheRogueArchivist)and [HeroponRikiBestest](https://github.com/HeroponRikiBestest)who have gone above and beyond helping both fix existing checks as well as add new ones.
0 commit comments