ELFSharp 0.1.0
dotnet add package ELFSharp --version 0.1.0
NuGet\Install-Package ELFSharp -Version 0.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ELFSharp" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ELFSharp" Version="0.1.0" />
<PackageReference Include="ELFSharp" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ELFSharp --version 0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ELFSharp, 0.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=ELFSharp&version=0.1.0
#tool nuget:?package=ELFSharp&version=0.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
C# library for reading binary ELF files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 2.0
- LINQBridge (>= 1.3.0)
GitHub repositories (9)
Showing the top 9 popular GitHub repositories that depend on ELFSharp:
Repository | Stars |
---|---|
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
|
|
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
|
|
microsoft/binskim
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
|
|
uholeschak/ediabaslib
.NET BMW and VAG Ediabas interpreter library
|
|
sandrohanea/whisper.net
Whisper.net. Speech to text made simple using Whisper Models
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
microsoft/OSSGadget
Collection of tools for analyzing open source packages.
|
|
toniebox-reverse-engineering/teddy
With this tool you can dump existing files for the famous audio box or create custom ones.
|
|
NRTnarathip/SMAPILoader
SMAPI Launcher Android
|
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 160 | 3/12/2015 |
0.0.11 | 216 | 12/5/2014 |
0.0.10 | 92 | 12/4/2013 |
0.0.9 | 53 | 9/3/2013 |
0.0.7.30609 | 48 | 3/24/2013 |
0.0.6.26451 | 49 | 5/25/2012 |
0.0.5.42165 | 52 | 5/23/2012 |
Use UTF-8 for string handling. Other minor fixes.