18 packages returned for Tags:"windbg"
- 7,145 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Engine for debugger scripting. This package doesn't provide access to debuggers, but defines interfaces that other packages implement. Search for packages that provide access to DbgEng.dll (WinDbg debugging engine), PDB symbols, DWARF symbols, ELF core dumps...
ClrMDExports
by:
KooKiz
- 1,544 total downloads
- last updated 7/8/2019
- Latest version: 1.0.4.1
Helper library to create extensions for WinDbg/LLDB using ClrMD.
- 5,174 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Collection of useful UserTypes that helps user write scripts easier. Examples user types: std::vector<T>, System.Exception, NativeTypes.Windows.ProcessEnvironmentBlock...
- 5,653 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Provides DbgEng.dll as debugger engine interface for CsDebugScript.Engine. It can be used to inspect Windows dumps or debug running applications. Also includes COM interfaces for working with DbgEng.dll (WinDbg debugging engine).
- 5,455 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Exposes WPF controls for easier scripting, autocompletion, C# REPL...
- 4,960 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Provides fast access to symbols by directly reading PDB files using DIA library. It is symbol provider for CsDebugScript.Engine.
- 4,348 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Extension to CsDebugScript.Engine that provides ability to extract user types from symbols files. 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).
- 3,890 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Provides CLR debugging ability to CsDebugScript.Engine using ClrMD. It only works when used with CsDebugScript.DbgEng as debugger engine.
- 3,949 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Small tool that uses CsDebugScript.UI to show C# REPL.
- 709 total downloads
- last updated 2/17/2019
- Latest version: 2.0.0
WinDbg common commands
- 3,947 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Provides scripting ability to CsDebugScript.Engine: executing scripts, interactive execution with REPL.
- 3,815 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
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).
- 3,818 total downloads
- last updated 1/6/2019
- Latest version: 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.
- 3,008 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
CsDebugScript provides framework for writting .NET code against different debuggers/dump processing.
- 548 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
CsDebugScript.Drawing.Interfaces provides framework for visualizing data as drawings (images, lines, circles, etc.).
- 305 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
CsDebugScript.VS.DPE provides Visual Studio component that will be loaded into Concord debugging process for remote execution.
- 314 total downloads
- last updated 1/6/2019
- Latest version: 1.4.0.355
Provides fast access to symbols by directly reading PDB files. It is symbol provider for CsDebugScript.CodeGen.