ELFSharp 0.0.11
See the version list below for details.
dotnet add package ELFSharp --version 0.0.11
NuGet\Install-Package ELFSharp -Version 0.0.11
<PackageReference Include="ELFSharp" Version="0.0.11" />
paket add ELFSharp --version 0.0.11
#r "nuget: ELFSharp, 0.0.11"
// Install ELFSharp as a Cake Addin #addin nuget:?package=ELFSharp&version=0.0.11 // Install ELFSharp as a Cake Tool #tool nuget:?package=ELFSharp&version=0.0.11
C# library for reading binary ELF files.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
This package has no dependencies.
NuGet packages (9)
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 |
|
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 (5)
Showing the top 5 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#
|
|
microsoft/binskim
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
|
|
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
|
|
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.
|
Version | Downloads | Last updated |
---|---|---|
2.17.3 | 13,665 | 10/13/2023 |
2.17.2 | 6,418 | 6/14/2023 |
2.17.1 | 12,694 | 4/25/2023 |
2.17.0 | 9,738 | 4/4/2023 |
2.16.1 | 3,314 | 1/11/2023 |
2.16.0 | 1,768 | 12/4/2022 |
2.15.2 | 1,388 | 11/14/2022 |
2.15.1 | 1,065 | 11/12/2022 |
2.15.0 | 8,275 | 4/11/2022 |
2.14.0 | 1,093 | 4/8/2022 |
2.13.3 | 1,844 | 2/17/2022 |
2.13.2 | 9,533 | 11/10/2021 |
2.13.1 | 1,204 | 11/2/2021 |
2.13.0 | 3,615 | 7/20/2021 |
2.12.1 | 2,567 | 6/12/2021 |
2.12.0 | 21,791 | 12/18/2020 |
2.11.0 | 3,174 | 5/31/2020 |
2.10.0 | 10,577 | 5/17/2020 |
2.9.0 | 1,408 | 5/2/2020 |
2.8.1 | 1,125 | 4/19/2020 |
2.8.0 | 1,208 | 4/11/2020 |
2.7.0 | 1,243 | 4/4/2020 |
2.6.1 | 1,190 | 3/29/2020 |
2.6.0 | 1,220 | 3/21/2020 |
2.5.0 | 3,082 | 3/16/2020 |
2.4.1 | 1,154 | 2/28/2020 |
2.4.0 | 2,966 | 2/15/2020 |
2.3.0 | 2,753 | 2/2/2020 |
2.2.1 | 1,749 | 12/8/2019 |
2.2.0 | 2,320 | 9/10/2019 |
2.1.1 | 4,798 | 10/25/2018 |
2.1.0 | 2,035 | 8/30/2018 |
2.0.0 | 2,088 | 5/19/2018 |
1.3.0 | 1,911 | 3/18/2018 |
1.2.1 | 3,826 | 2/10/2018 |
1.2.0 | 1,666 | 2/10/2018 |
1.1.1 | 1,742 | 1/30/2018 |
1.1.0 | 1,955 | 1/20/2018 |
1.0.4 | 6,321 | 11/6/2016 |
1.0.2 | 1,908 | 5/21/2016 |
1.0.1 | 2,053 | 4/30/2016 |
0.1.0 | 2,970 | 3/12/2015 |
0.0.11 | 2,251 | 12/5/2014 |
0.0.10 | 1,870 | 12/4/2013 |
0.0.9 | 1,825 | 9/3/2013 |
0.0.7.30609 | 1,906 | 3/24/2013 |
0.0.6.26451 | 2,131 | 5/25/2012 |
0.0.5.42165 | 1,916 | 5/23/2012 |
TryGetSection and some fixes.