Info
Version: | 1.4.0.355 |
Author(s): | CsDebugScript Team |
Last Update: | Sunday, January 6, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/southpolenator/WinDbgCs |
NuGet Url: | https://www.nuget.org/packages/CsDebugScript.CodeGen |
Install
Install-Package CsDebugScript.CodeGen
dotnet add package CsDebugScript.CodeGen
paket add CsDebugScript.CodeGen
CsDebugScript.CodeGen Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CsDebugScript.DiaSymbolProvider(>= 1.4.0.355)
- CsDebugScript.Engine(>= 1.4.0.355)
- Managed.Reflection(>= 0.2.1)
- Microsoft.CodeAnalysis.CSharp(>= 2.6.0)
- CsDebugScript.DiaSymbolProvider(>= 1.4.0.355)
- CsDebugScript.Engine(>= 1.4.0.355)
- Managed.Reflection(>= 0.2.1)
- Microsoft.CodeAnalysis.CSharp(>= 2.6.0)
Tags
By default it uses DIA to read PDB files, but it can be used with CsDebugScript.DwarfSymbolProvider to generate from DWARF symbols (either from PE or ELF image containers).