ELFSharp 2.16.1
dotnet add package ELFSharp --version 2.16.1
NuGet\Install-Package ELFSharp -Version 2.16.1
<PackageReference Include="ELFSharp" Version="2.16.1" />
paket add ELFSharp --version 2.16.1
#r "nuget: ELFSharp, 2.16.1"
// Install ELFSharp as a Cake Addin
#addin nuget:?package=ELFSharp&version=2.16.1
// Install ELFSharp as a Cake Tool
#tool nuget:?package=ELFSharp&version=2.16.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 net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.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 net481 |
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. |
|
Microsoft.Binary.Parsers
A library that contains binary parsers for Windows portable executables and Linux ELF binaries. |
|
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. |
GitHub repositories (3)
Showing the top 3 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
|
|
microsoft/OSSGadget
Collection of tools for analyzing open source packages.
|
Version | Downloads | Last updated |
---|---|---|
2.16.1 | 310 | 1/11/2023 |
2.16.0 | 742 | 12/4/2022 |
2.15.2 | 654 | 11/14/2022 |
2.15.1 | 391 | 11/12/2022 |
2.15.0 | 5,140 | 4/11/2022 |
2.14.0 | 441 | 4/8/2022 |
2.13.3 | 822 | 2/17/2022 |
2.13.2 | 5,698 | 11/10/2021 |
2.13.1 | 598 | 11/2/2021 |
2.13.0 | 2,692 | 7/20/2021 |
2.12.1 | 1,348 | 6/12/2021 |
2.12.0 | 15,197 | 12/18/2020 |
2.11.0 | 2,310 | 5/31/2020 |
2.10.0 | 9,574 | 5/17/2020 |
2.9.0 | 776 | 5/2/2020 |
2.8.1 | 536 | 4/19/2020 |
2.8.0 | 580 | 4/11/2020 |
2.7.0 | 617 | 4/4/2020 |
2.6.1 | 561 | 3/29/2020 |
2.6.0 | 587 | 3/21/2020 |
2.5.0 | 1,946 | 3/16/2020 |
2.4.1 | 541 | 2/28/2020 |
2.4.0 | 2,117 | 2/15/2020 |
2.3.0 | 1,182 | 2/2/2020 |
2.2.1 | 1,053 | 12/8/2019 |
2.2.0 | 1,261 | 9/10/2019 |
2.1.1 | 3,452 | 10/25/2018 |
2.1.0 | 999 | 8/30/2018 |
2.0.0 | 1,354 | 5/19/2018 |
1.3.0 | 1,211 | 3/18/2018 |
1.2.1 | 3,183 | 2/10/2018 |
1.2.0 | 1,019 | 2/10/2018 |
1.1.1 | 1,110 | 1/30/2018 |
1.1.0 | 1,253 | 1/20/2018 |
1.0.4 | 5,323 | 11/6/2016 |
1.0.2 | 1,244 | 5/21/2016 |
1.0.1 | 1,410 | 4/30/2016 |
0.1.0 | 2,258 | 3/12/2015 |
0.0.11 | 1,488 | 12/5/2014 |
0.0.10 | 1,250 | 12/4/2013 |
0.0.9 | 1,189 | 9/3/2013 |
0.0.7.30609 | 1,257 | 3/24/2013 |
0.0.6.26451 | 1,480 | 5/25/2012 |
0.0.5.42165 | 1,256 | 5/23/2012 |
Fixed not closing underlying ELF stream on load fail. Detailed changelog available at: https://github.com/konrad-kruczynski/elfsharp/blob/master/CHANGELOG.md