ELFSharp 0.1.0
See the version list below for details.
dotnet add package ELFSharp --version 0.1.0
NuGet\Install-Package ELFSharp -Version 0.1.0
<PackageReference Include="ELFSharp" Version="0.1.0" />
<PackageVersion Include="ELFSharp" Version="0.1.0" />
<PackageReference Include="ELFSharp" />
paket add ELFSharp --version 0.1.0
#r "nuget: ELFSharp, 0.1.0"
#:package ELFSharp@0.1.0
#addin nuget:?package=ELFSharp&version=0.1.0
#tool nuget:?package=ELFSharp&version=0.1.0
C# library for reading binary ELF files.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net20 is compatible. net35 was computed. net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 2.0
- LINQBridge (>= 1.3.0)
NuGet packages (13)
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" } |
|
|
Ahsoka.Core.Can
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. |
GitHub repositories (12)
Showing the top 12 popular GitHub repositories that depend on ELFSharp:
| Repository | Stars |
|---|---|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
|
|
velopack/velopack
Installer and automatic update framework for cross-platform desktop applications
|
|
|
dotnet/android
.NET for Android provides open-source bindings of the Android SDK for use with .NET managed languages such as C#
|
|
|
sandrohanea/whisper.net
Whisper.net. Speech to text made simple using Whisper Models
|
|
|
uholeschak/ediabaslib
.NET BMW and VAG Ediabas interpreter library
|
|
|
microsoft/binskim
A binary static analysis tool that provides security and correctness results for Windows Portable Executable and *nix ELF binary formats
|
|
|
DataDog/dd-trace-dotnet
.NET Client Library for Datadog APM
|
|
|
toniebox-reverse-engineering/teddy
With this tool you can dump existing files for the famous audio box or create custom ones.
|
|
|
microsoft/OSSGadget
Collection of tools for analyzing open source packages.
|
|
|
NRTnarathip/SMAPILoader
SMAPI Launcher Android
|
|
|
JohnBel/EfsTools
Command line tools for Qualcomm EFS file system
|
|
|
LavaGang/MelonLoader.Installer
The Official Dedicated Installer for MelonLoader
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.17.3 | 454,634 | 10/13/2023 |
| 2.17.2 | 9,935 | 6/14/2023 |
| 2.17.1 | 55,056 | 4/25/2023 |
| 2.17.0 | 51,859 | 4/4/2023 |
| 2.16.1 | 4,405 | 1/11/2023 |
| 2.16.0 | 2,242 | 12/4/2022 |
| 2.15.2 | 1,727 | 11/14/2022 |
| 2.15.1 | 1,417 | 11/12/2022 |
| 2.15.0 | 9,472 | 4/11/2022 |
| 2.14.0 | 1,422 | 4/8/2022 |
| 2.13.3 | 2,598 | 2/17/2022 |
| 2.13.2 | 13,348 | 11/10/2021 |
| 2.13.1 | 1,791 | 11/2/2021 |
| 2.13.0 | 4,316 | 7/20/2021 |
| 2.12.1 | 3,667 | 6/12/2021 |
| 2.12.0 | 24,159 | 12/18/2020 |
| 2.11.0 | 3,927 | 5/31/2020 |
| 2.10.0 | 11,120 | 5/17/2020 |
| 2.9.0 | 1,836 | 5/2/2020 |
| 0.1.0 | 3,711 | 3/12/2015 |
Use UTF-8 for string handling. Other minor fixes.