ELFSharp 2.8.1
See the version list below for details.
Install-Package ELFSharp -Version 2.8.1
dotnet add package ELFSharp --version 2.8.1
<PackageReference Include="ELFSharp" Version="2.8.1" />
paket add ELFSharp --version 2.8.1
#r "nuget: ELFSharp, 2.8.1"
// Install ELFSharp as a Cake Addin
#addin nuget:?package=ELFSharp&version=2.8.1
// Install ELFSharp as a Cake Tool
#tool nuget:?package=ELFSharp&version=2.8.1
C# library for reading binary ELF, UImage, Mach-O files
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (4)
Showing the top 4 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. |
|
ISA.RISC-V
RISC-V CPU formal implementation that implement basic RISC-V ISA: rv32im, rv64im Additionally it's possible to operate with CLI, reading ELF files and set verbosity output. |
|
Microsoft.Binary.Parsers
A library that contains binary parsers for Windows portable executables and Linux ELF binaries. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ELFSharp:
Repository | Stars |
---|---|
xamarin/xamarin-android
Xamarin.Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
|
|
microsoft/binskim
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
|
Version | Downloads | Last updated |
---|---|---|
2.15.0 | 2,043 | 4/11/2022 |
2.14.0 | 242 | 4/8/2022 |
2.13.3 | 407 | 2/17/2022 |
2.13.2 | 3,810 | 11/10/2021 |
2.13.1 | 499 | 11/2/2021 |
2.13.0 | 2,428 | 7/20/2021 |
2.12.1 | 1,219 | 6/12/2021 |
2.12.0 | 11,146 | 12/18/2020 |
2.11.0 | 2,142 | 5/31/2020 |
2.10.0 | 8,200 | 5/17/2020 |
2.9.0 | 666 | 5/2/2020 |
2.8.1 | 429 | 4/19/2020 |
2.8.0 | 468 | 4/11/2020 |
2.7.0 | 501 | 4/4/2020 |
2.6.1 | 457 | 3/29/2020 |
2.6.0 | 478 | 3/21/2020 |
2.5.0 | 1,422 | 3/16/2020 |
2.4.1 | 430 | 2/28/2020 |
2.4.0 | 1,961 | 2/15/2020 |
2.3.0 | 878 | 2/2/2020 |
2.2.1 | 890 | 12/8/2019 |
2.2.0 | 1,100 | 9/10/2019 |
2.1.1 | 2,818 | 10/25/2018 |
2.1.0 | 886 | 8/30/2018 |
2.0.0 | 1,217 | 5/19/2018 |
1.3.0 | 1,087 | 3/18/2018 |
1.2.1 | 3,046 | 2/10/2018 |
1.2.0 | 896 | 2/10/2018 |
1.1.1 | 986 | 1/30/2018 |
1.1.0 | 1,123 | 1/20/2018 |
1.0.4 | 4,952 | 11/6/2016 |
1.0.2 | 1,114 | 5/21/2016 |
1.0.1 | 1,260 | 4/30/2016 |
0.1.0 | 2,125 | 3/12/2015 |
0.0.11 | 1,356 | 12/5/2014 |
0.0.10 | 1,121 | 12/4/2013 |
0.0.9 | 1,055 | 9/3/2013 |
0.0.7.30609 | 1,125 | 3/24/2013 |
0.0.6.26451 | 1,342 | 5/25/2012 |
0.0.5.42165 | 1,116 | 5/23/2012 |
Mach-O:
Fix Section Offset parsing issue (causing GetData() throw ArgumentOutOfRangeException).
ELFSharp.MachO.Section: Type of `Address`, `Size` changed to `ulong`; Type of `Offset`, `AlignExponent` changed to `uint`.