BinaryObjectScanner 3.9.0
dotnet add package BinaryObjectScanner --version 3.9.0
NuGet\Install-Package BinaryObjectScanner -Version 3.9.0
<PackageReference Include="BinaryObjectScanner" Version="3.9.0" />
<PackageVersion Include="BinaryObjectScanner" Version="3.9.0" />
<PackageReference Include="BinaryObjectScanner" />
paket add BinaryObjectScanner --version 3.9.0
#r "nuget: BinaryObjectScanner, 3.9.0"
#:package BinaryObjectScanner@3.9.0
#addin nuget:?package=BinaryObjectScanner&version=3.9.0
#tool nuget:?package=BinaryObjectScanner&version=3.9.0
BinaryObjectScanner
This library contains all of the logic for protection and file type scanning.
Project and Class Organization
This section contains information on project and class organization principles that depend on the part of the project you are working in. See the following table for details.
| Project | Description |
|---|---|
BinaryObjectScanner |
One file per class. See below for details on subdirectories. |
BinaryObjectScanner/FileType |
One file per file type. |
BinaryObjectScanner/GameEngine |
At least one file per game engine. Partial classes allowed. |
BinaryObjectScanner/Interfaces |
One file per interface. |
BinaryObjectScanner/Packer |
At least one file per packer type. Partial classes allowed. |
BinaryObjectScanner/Protection |
At least one file per protection type. Partial classes allowed. |
If the project or directory you are looking for is not included in the above, please consider it to be outside the context of this document.
Code Organization
This section contains information on in-code organization principles that depend on the part of the project you are working in. See the following table for details.
Typed checks, such as IExecutableCheck<T> should always follow this order: MSDOS, LinearExecutable, NewExecutable, PortableExecutable.
| Project | Description |
|---|---|
BinaryObjectScanner |
Varies from file to file. |
BinaryObjectScanner/FileType |
IDetectable implementations, helper methods. |
BinaryObjectScanner/GameEngine |
IContentCheck implementations, IExecutableCheck<T> implementations, IPathCheck implementations, helper methods. |
BinaryObjectScanner/Interfaces |
Methods ordered alphabetically. |
BinaryObjectScanner/Packer |
IContentCheck implementations, IExecutableCheck<T> implementations, IPathCheck implementations, helper methods. |
BinaryObjectScanner/Protection |
IContentCheck implementations, IExecutableCheck<T> implementations, IPathCheck implementations, helper methods. |
If the project or directory you are looking for is not included in the above, please consider it to be outside the context of this document.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net20 is compatible. net35 is compatible. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 is compatible. net46 was computed. net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 is compatible. net48 is compatible. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
.NETFramework 2.0
- MinThreadingBridge (>= 0.11.4)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
-
.NETFramework 3.5
- MinThreadingBridge (>= 0.11.4)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
-
.NETFramework 4.0
- MinThreadingBridge (>= 0.11.4)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
-
.NETFramework 4.5.2
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
-
.NETFramework 4.6.2
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
.NETFramework 4.7.2
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
.NETFramework 4.8
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
.NETStandard 2.0
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
.NETStandard 2.1
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
net10.0
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
-
net5.0
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
net6.0
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
net7.0
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
net8.0
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
-
net9.0
- GrindCore.SharpCompress (>= 0.50.5)
- SabreTools.Hashing (>= 2.1.0)
- SabreTools.IO (>= 2.3.0)
- SabreTools.Serialization (>= 3.2.0)
- System.Text.Encoding.CodePages (>= 10.0.11)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on BinaryObjectScanner:
| Repository | Stars |
|---|---|
|
SabreTools/MPF
Redumper/Aaru/DiscImageCreator GUI in C#
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.9.0 | 39 | 9/4/2026 |
| 3.8.0 | 329 | 7/10/2026 |
| 3.7.1 | 161 | 7/6/2026 |
| 3.7.0 | 287 | 6/19/2026 |
| 3.6.0 | 646 | 3/17/2026 |
| 3.5.0 | 607 | 11/25/2025 |
| 3.4.6 | 409 | 11/10/2025 |
| 3.4.5 | 834 | 10/7/2025 |
| 3.4.4 | 292 | 10/5/2025 |
| 3.4.3 | 288 | 9/29/2025 |
| 3.4.2 | 330 | 9/24/2025 |
| 3.4.1 | 360 | 9/24/2025 |
| 3.4.0 | 349 | 9/22/2025 |
| 3.3.4 | 1,241 | 12/31/2024 |
| 3.3.3 | 783 | 12/19/2024 |
| 3.3.2 | 392 | 12/15/2024 |
| 3.3.1 | 1,490 | 12/3/2024 |
| 3.3.0 | 246 | 12/3/2024 |
| 3.2.3 | 1,000 | 11/21/2024 |
| 3.2.2 | 584 | 11/16/2024 |