ELFSharp 0.0.11

There is a newer version of this package available.
See the version list below for details.
dotnet add package ELFSharp --version 0.0.11
                    
NuGet\Install-Package ELFSharp -Version 0.0.11
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ELFSharp" Version="0.0.11" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ELFSharp" Version="0.0.11" />
                    
Directory.Packages.props
<PackageReference Include="ELFSharp" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ELFSharp --version 0.0.11
                    
#r "nuget: ELFSharp, 0.0.11"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package ELFSharp@0.0.11
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=ELFSharp&version=0.0.11
                    
Install as a Cake Addin
#tool nuget:?package=ELFSharp&version=0.0.11
                    
Install as a Cake Tool

C# library for reading binary ELF files.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (11)

Showing the top 5 NuGet packages that depend on ELFSharp:

Package Downloads
ZeroInstall.Publish

Utilities for creating and modifying Zero Install feed files

PowerVision.ObjectModel

Package Description

Ahsoka.Extensions.Can

Data Service Extension for OpenPV 5.0 // 60f365e6af3b712659435adb8e2f8c34e4c7c2f5 - OpenPV_Extension_Info { "extensionName": "CAN Service Extension", "packageName": "Ahsoka.Extensions.Can", "uxpackageName": "Ahsoka.Extensions.Can.UX", "uxViewModelName": "CanSetupViewModel", "sdkGeneratorName": "CanCodeGenerator", "serviceConfigurations": [ { "socketType": "TcpSocket", "serviceName": "CanService", "tcpListenAddress": "localhost", "tcpConnectionAddress": "localhost", "dataChannel": 6107, "configurationFile": "CanService.cancalibration.json", "behaviors": "AutoStart" } ], "hasCommands": "true", "hasUx": "true", "hasSdkGenerator": "true" }

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

GitHub repositories (11)

Showing the top 11 popular GitHub repositories that depend on ELFSharp:

Repository Stars
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
microsoft/binskim
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
sandrohanea/whisper.net
Whisper.net. Speech to text made simple using Whisper Models
uholeschak/ediabaslib
.NET BMW and VAG Ediabas interpreter library
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
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.
NRTnarathip/SMAPILoader
SMAPI Launcher Android
JohnBel/EfsTools
Command line tools for Qualcomm EFS file system
Version Downloads Last Updated
2.17.3 240,249 10/13/2023
2.17.2 9,645 6/14/2023
2.17.1 36,195 4/25/2023
2.17.0 32,994 4/4/2023
2.16.1 4,058 1/11/2023
2.16.0 2,026 12/4/2022
2.15.2 1,530 11/14/2022
2.15.1 1,230 11/12/2022
2.15.0 8,848 4/11/2022
2.14.0 1,240 4/8/2022
2.13.3 2,221 2/17/2022
2.13.2 11,908 11/10/2021
2.13.1 1,375 11/2/2021
2.13.0 3,973 7/20/2021
2.12.1 3,378 6/12/2021
2.12.0 23,508 12/18/2020
2.11.0 3,463 5/31/2020
2.10.0 10,837 5/17/2020
2.9.0 1,583 5/2/2020
2.8.1 1,311 4/19/2020
2.8.0 1,389 4/11/2020
2.7.0 1,428 4/4/2020
2.6.1 1,371 3/29/2020
2.6.0 1,400 3/21/2020
2.5.0 3,460 3/16/2020
2.4.1 1,334 2/28/2020
2.4.0 3,146 2/15/2020
2.3.0 3,375 2/2/2020
2.2.1 1,965 12/8/2019
2.2.0 2,567 9/10/2019
2.1.1 5,297 10/25/2018
2.1.0 2,272 8/30/2018
2.0.0 2,579 5/19/2018
1.3.0 2,390 3/18/2018
1.2.1 4,294 2/10/2018
1.2.0 2,127 2/10/2018
1.1.1 2,211 1/30/2018
1.1.0 2,420 1/20/2018
1.0.4 6,969 11/6/2016
1.0.2 2,254 5/21/2016
1.0.1 2,700 4/30/2016
0.1.0 3,465 3/12/2015
0.0.11 2,895 12/5/2014
0.0.10 2,236 12/4/2013
0.0.9 2,209 9/3/2013
0.0.7.30609 2,276 3/24/2013
0.0.6.26451 2,508 5/25/2012
0.0.5.42165 2,313 5/23/2012

TryGetSection and some fixes.