Plexdata.FileSignature.Analyzer
1.0.0
dotnet add package Plexdata.FileSignature.Analyzer --version 1.0.0
NuGet\Install-Package Plexdata.FileSignature.Analyzer -Version 1.0.0
<PackageReference Include="Plexdata.FileSignature.Analyzer" Version="1.0.0" />
paket add Plexdata.FileSignature.Analyzer --version 1.0.0
#r "nuget: Plexdata.FileSignature.Analyzer, 1.0.0"
// Install Plexdata.FileSignature.Analyzer as a Cake Addin #addin nuget:?package=Plexdata.FileSignature.Analyzer&version=1.0.0 // Install Plexdata.FileSignature.Analyzer as a Cake Tool #tool nuget:?package=Plexdata.FileSignature.Analyzer&version=1.0.0
Plexdata File Signature Analyzer
The idea is to have a tool that checks the file content for a particular byte sequence to verify that a file extension fits the actual file type. The Plexdata File Signature Analyzer represents such a utility that analyzes binary signatures of any file type.
Features
Main feature of this library is that users are able to define their own signature setups. But this library provides a set of default signatures as well.
Another feature is the possibility to use signature placeholders. This might be very useful in cases when only a portion of a byte sequence describes a file signature. An example of such use case is for instance a version number within a file signature. Such a version number might be independent of a particular file signature and can vary from file to file.
Furthermore, files with Byte Order Mark (BOM) are also supported. This means each of following BOM sequences is skipped automatically during file analyzation.
Good to know, dependency injection via interface IServiceCollection
(available in
Microsoft.Extensions.DependencyInjection
) is supported as well.
Unfortunately, only one signature setup with just one single offset is supported per file type. But this might change in future versions.
Documentation
The documentation with some examples can be found under https://github.com/akesseler/Plexdata.FileSignature.Analyzer
The API documentation can be found as Wiki on the project site under https://github.com/akesseler/Plexdata.FileSignature.Analyzer/wiki
Downloads
The package sources can be downloaded from GitHub under https://github.com/akesseler/Plexdata.FileSignature.Analyzer.
Licensing
The software has been published under the terms of MIT License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 was computed. 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 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. 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. |
-
.NETStandard 2.0
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 200 | 10/15/2022 |
See project history under https://github.com/akesseler/Plexdata.FileSignature.Analyzer/blob/master/code/src/HISTORY.md