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. |
|
Ahsoka.Extensions.Can
Package Description |
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 | 19,643 | 10/13/2023 |
2.17.2 | 7,210 | 6/14/2023 |
2.17.1 | 13,945 | 4/25/2023 |
2.17.0 | 10,911 | 4/4/2023 |
2.16.1 | 3,527 | 1/11/2023 |
2.16.0 | 1,807 | 12/4/2022 |
2.15.2 | 1,402 | 11/14/2022 |
2.15.1 | 1,087 | 11/12/2022 |
2.15.0 | 8,374 | 4/11/2022 |
2.14.0 | 1,109 | 4/8/2022 |
2.13.3 | 1,910 | 2/17/2022 |
2.13.2 | 9,880 | 11/10/2021 |
2.13.1 | 1,226 | 11/2/2021 |
2.13.0 | 3,665 | 7/20/2021 |
2.12.1 | 2,691 | 6/12/2021 |
2.12.0 | 22,129 | 12/18/2020 |
2.11.0 | 3,199 | 5/31/2020 |
2.10.0 | 10,618 | 5/17/2020 |
2.9.0 | 1,427 | 5/2/2020 |
2.8.1 | 1,152 | 4/19/2020 |
2.8.0 | 1,228 | 4/11/2020 |
2.7.0 | 1,259 | 4/4/2020 |
2.6.1 | 1,211 | 3/29/2020 |
2.6.0 | 1,237 | 3/21/2020 |
2.5.0 | 3,162 | 3/16/2020 |
2.4.1 | 1,171 | 2/28/2020 |
2.4.0 | 2,982 | 2/15/2020 |
2.3.0 | 2,934 | 2/2/2020 |
2.2.1 | 1,775 | 12/8/2019 |
2.2.0 | 2,355 | 9/10/2019 |
2.1.1 | 4,905 | 10/25/2018 |
2.1.0 | 2,054 | 8/30/2018 |
2.0.0 | 2,109 | 5/19/2018 |
1.3.0 | 1,931 | 3/18/2018 |
1.2.1 | 3,845 | 2/10/2018 |
1.2.0 | 1,682 | 2/10/2018 |
1.1.1 | 1,760 | 1/30/2018 |
1.1.0 | 1,970 | 1/20/2018 |
1.0.4 | 6,391 | 11/6/2016 |
1.0.2 | 1,927 | 5/21/2016 |
1.0.1 | 2,073 | 4/30/2016 |
0.1.0 | 2,991 | 3/12/2015 |
0.0.11 | 2,333 | 12/5/2014 |
0.0.10 | 1,886 | 12/4/2013 |
0.0.9 | 1,845 | 9/3/2013 |
0.0.7.30609 | 1,925 | 3/24/2013 |
0.0.6.26451 | 2,151 | 5/25/2012 |
0.0.5.42165 | 1,934 | 5/23/2012 |
TryGetSection and some fixes.