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 (7)
Showing the top 5 NuGet packages that depend on ELFSharp:
Package | Downloads |
---|---|
ZeroInstall.Publish
Utilities for creating and modifying Zero Install feed files |
|
Ahsoka.Core
Package Description |
|
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 (4)
Showing the top 4 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.
|
|
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 | 504 | 10/13/2023 |
2.17.2 | 3,538 | 6/14/2023 |
2.17.1 | 5,871 | 4/25/2023 |
2.17.0 | 3,502 | 4/4/2023 |
2.16.1 | 2,765 | 1/11/2023 |
2.16.0 | 1,318 | 12/4/2022 |
2.15.2 | 1,075 | 11/14/2022 |
2.15.1 | 731 | 11/12/2022 |
2.15.0 | 7,489 | 4/11/2022 |
2.14.0 | 783 | 4/8/2022 |
2.13.3 | 1,367 | 2/17/2022 |
2.13.2 | 7,515 | 11/10/2021 |
2.13.1 | 871 | 11/2/2021 |
2.13.0 | 3,166 | 7/20/2021 |
2.12.1 | 1,665 | 6/12/2021 |
2.12.0 | 19,849 | 12/18/2020 |
2.11.0 | 2,661 | 5/31/2020 |
2.10.0 | 10,178 | 5/17/2020 |
2.9.0 | 1,068 | 5/2/2020 |
2.8.1 | 809 | 4/19/2020 |
2.8.0 | 891 | 4/11/2020 |
2.7.0 | 888 | 4/4/2020 |
2.6.1 | 851 | 3/29/2020 |
2.6.0 | 876 | 3/21/2020 |
2.5.0 | 2,677 | 3/16/2020 |
2.4.1 | 818 | 2/28/2020 |
2.4.0 | 2,483 | 2/15/2020 |
2.3.0 | 1,715 | 2/2/2020 |
2.2.1 | 1,397 | 12/8/2019 |
2.2.0 | 1,929 | 9/10/2019 |
2.1.1 | 4,307 | 10/25/2018 |
2.1.0 | 1,235 | 8/30/2018 |
2.0.0 | 1,719 | 5/19/2018 |
1.3.0 | 1,552 | 3/18/2018 |
1.2.1 | 3,475 | 2/10/2018 |
1.2.0 | 1,324 | 2/10/2018 |
1.1.1 | 1,406 | 1/30/2018 |
1.1.0 | 1,584 | 1/20/2018 |
1.0.4 | 5,894 | 11/6/2016 |
1.0.2 | 1,551 | 5/21/2016 |
1.0.1 | 1,703 | 4/30/2016 |
0.1.0 | 2,598 | 3/12/2015 |
0.0.11 | 1,794 | 12/5/2014 |
0.0.10 | 1,541 | 12/4/2013 |
0.0.9 | 1,470 | 9/3/2013 |
0.0.7.30609 | 1,561 | 3/24/2013 |
0.0.6.26451 | 1,776 | 5/25/2012 |
0.0.5.42165 | 1,571 | 5/23/2012 |
TryGetSection and some fixes.