All Projects → hugsy → windbg_js_scripts

hugsy / windbg_js_scripts

Licence: MIT license
Toy scripts for playing with WinDbg JS API

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to windbg js scripts

WinDbg Scripts
Useful scripts for WinDbg using the debugger data model
Stars: ✭ 92 (-31.85%)
Mutual labels:  debugging, windbg, windbg-scripts
Superdump
A service for automated crash-dump analysis
Stars: ✭ 384 (+184.44%)
Mutual labels:  debugging, windbg
Dbgshell
A PowerShell front-end for the Windows debugger engine.
Stars: ✭ 566 (+319.26%)
Mutual labels:  debugging, windbg
DbgPkg
Scripts to prepare Windows system for debugging.
Stars: ✭ 30 (-77.78%)
Mutual labels:  debugging, windbg
Debug Recipes
My notes collected while debugging various .NET and Windows problems.
Stars: ✭ 204 (+51.11%)
Mutual labels:  debugging, windbg
SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (-59.26%)
Mutual labels:  debugging, windbg
windbgtree
A command tree based on commands and extensions for Windows Kernel Debugging.
Stars: ✭ 94 (-30.37%)
Mutual labels:  debugging, windbg
debug
A small debugging library for C++
Stars: ✭ 30 (-77.78%)
Mutual labels:  debugging
vscode-jest-runner
Simple way to run or debug a single (or multiple) tests from context menu
Stars: ✭ 189 (+40%)
Mutual labels:  debugging
Minerva-Debugger
Providing a great interface to the iOS kernel, hardware, threads and processes in a great research environment. (WIP)
Stars: ✭ 23 (-82.96%)
Mutual labels:  debugging
SAML-tracer
Browser extension for examining SAML messages
Stars: ✭ 104 (-22.96%)
Mutual labels:  debugging
laravel-email-exceptions
Email Exceptions package for Laravel 5.x
Stars: ✭ 33 (-75.56%)
Mutual labels:  debugging
extrapolate
generalize counter-examples of property-based testing
Stars: ✭ 13 (-90.37%)
Mutual labels:  debugging
DbgSymGrabber
Just another tool to download specify Symbol (.pdb) files
Stars: ✭ 35 (-74.07%)
Mutual labels:  windbg
exploit
Collection of different exploits
Stars: ✭ 153 (+13.33%)
Mutual labels:  debugging
py better exchook
nice Python exception hook replacement
Stars: ✭ 35 (-74.07%)
Mutual labels:  debugging
racket-dbg
A server, client and UI for remotely debugging Racket applications.
Stars: ✭ 15 (-88.89%)
Mutual labels:  debugging
LocalConsole
In-app console and debug tools for iOS developers
Stars: ✭ 595 (+340.74%)
Mutual labels:  debugging
esp-insights
ESP Insights: A remote diagnostics/observability framework for connected devices
Stars: ✭ 31 (-77.04%)
Mutual labels:  debugging
rtfraptor
Extract OLEv1 objects from RTF files by instrumenting Word
Stars: ✭ 50 (-62.96%)
Mutual labels:  debugging

WinDbg JavaScript Scripts

Install as a WinDbg gallery

  • Clone the repository
C:> git clone https://github.com/hugsy/windbg_js_scripts
  • In windbg_js_scripts\config.xml, edit the lines Setting Name="LocalCacheRootFolder" to reflect the local path of the repository.

  • In WinDbg, load the config.xml file and save the settings:

0:000> .settings load \path\to\windbg_js_scripts\config.xml
[...]\windbg_js_scripts\config.xml has been loaded successfully.
0:000> .settings save
Settings have been saved.

Every time WinDbg loads, the galleries will be loaded:

kd> dx -r1 Debugger.State.ExtensionGallery.ExtensionRepositories
Debugger.State.ExtensionGallery.ExtensionRepositories
    [0x0]            : UserExtensions
    [0x1]            : hugsysgallery
    [0x2]            : overgallery
    [0x3]            : LocalInstalled

Related links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].