CsDebugScript.DwarfSymbolProvider
1.4.0.355
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.
Install-Package CsDebugScript.DwarfSymbolProvider -Version 1.4.0.355
dotnet add package CsDebugScript.DwarfSymbolProvider --version 1.4.0.355
<PackageReference Include="CsDebugScript.DwarfSymbolProvider" Version="1.4.0.355" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CsDebugScript.DwarfSymbolProvider --version 1.4.0.355
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6.1
- CsDebugScript.CodeGen (>= 1.4.0.355)
- CsDebugScript.Engine (>= 1.4.0.355)
- CxxDemangler (>= 0.2.4.11)
- ELFSharp (>= 1.0.4)
- System.Reflection.TypeExtensions (>= 4.4.0)
Used By
NuGet packages (2)
Showing the top 2 NuGet packages that depend on CsDebugScript.DwarfSymbolProvider:
Package | Downloads |
---|---|
CsDebugScript.CodeGen.App
Small tool that uses CsDebugScript.CodeGen ability to extract user types from symbols files. It uses DIA to read PDB files and CsDebugScript.DwarfSymbolProvider for DWARF symbols (either from PE or ELF image containers).
|
|
CsDebugScript
CsDebugScript provides framework for writting .NET code against different debuggers/dump processing.
|
GitHub repositories
This package is not used by any popular GitHub repositories.