ELFSharp 1.0.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package ELFSharp --version 1.0.1                
NuGet\Install-Package ELFSharp -Version 1.0.1                
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="1.0.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ELFSharp --version 1.0.1                
#r "nuget: ELFSharp, 1.0.1"                
#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.
// Install ELFSharp as a Cake Addin
#addin nuget:?package=ELFSharp&version=1.0.1

// Install ELFSharp as a Cake Tool
#tool nuget:?package=ELFSharp&version=1.0.1                

C# library for reading binary ELF, UImage, Mach-O files

Product Compatible and additional computed target framework versions.
.NET Framework 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.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on ELFSharp:

Package Downloads
ZeroInstall.Publish

Utilities for creating and modifying Zero Install feed files

CsDebugScript.DwarfSymbolProvider

Provides access to DWARF symbols (for PE and ELF image containers) and also ability to read ELF core dumps. It is symbol provider and debugger engine interface for CsDebugScript.Engine.

Ahsoka.Core.Can

Package Description

Ahsoka.Extensions.Can

Package Description

Microsoft.Binary.Parsers

A library that contains binary parsers for Windows portable executables and Linux ELF binaries.

GitHub repositories (1)

Showing the top 1 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#
Version Downloads Last updated
2.17.3 43,708 10/13/2023
2.17.2 7,519 6/14/2023
2.17.1 15,403 4/25/2023
2.17.0 12,309 4/4/2023
2.16.1 3,552 1/11/2023
2.16.0 1,821 12/4/2022
2.15.2 1,414 11/14/2022
2.15.1 1,106 11/12/2022
2.15.0 8,419 4/11/2022
2.14.0 1,120 4/8/2022
2.13.3 1,951 2/17/2022
2.13.2 10,498 11/10/2021
2.13.1 1,238 11/2/2021
2.13.0 3,696 7/20/2021
2.12.1 2,868 6/12/2021
2.12.0 22,384 12/18/2020
2.11.0 3,236 5/31/2020
2.10.0 10,634 5/17/2020
2.9.0 1,441 5/2/2020
2.8.1 1,165 4/19/2020
2.8.0 1,240 4/11/2020
2.7.0 1,271 4/4/2020
2.6.1 1,223 3/29/2020
2.6.0 1,248 3/21/2020
2.5.0 3,176 3/16/2020
2.4.1 1,182 2/28/2020
2.4.0 2,997 2/15/2020
2.3.0 2,982 2/2/2020
2.2.1 1,787 12/8/2019
2.2.0 2,383 9/10/2019
2.1.1 4,932 10/25/2018
2.1.0 2,080 8/30/2018
2.0.0 2,138 5/19/2018
1.3.0 1,952 3/18/2018
1.2.1 3,860 2/10/2018
1.2.0 1,699 2/10/2018
1.1.1 1,775 1/30/2018
1.1.0 1,986 1/20/2018
1.0.4 6,418 11/6/2016
1.0.2 1,941 5/21/2016
1.0.1 2,099 4/30/2016
0.1.0 3,011 3/12/2015
0.0.11 2,398 12/5/2014
0.0.10 1,903 12/4/2013
0.0.9 1,859 9/3/2013
0.0.7.30609 1,939 3/24/2013
0.0.6.26451 2,165 5/25/2012
0.0.5.42165 1,954 5/23/2012

First version with semantic versioning. Basic Mach-O support.