All Projects → vagnerpilar → windbgtree

vagnerpilar / windbgtree

Licence: other
A command tree based on commands and extensions for Windows Kernel Debugging.

Projects that are alternatives of or similar to windbgtree

SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (-41.49%)
Mutual labels:  debugging, internals, windbg
DbgPkg
Scripts to prepare Windows system for debugging.
Stars: ✭ 30 (-68.09%)
Mutual labels:  debugging, windbg
clrprint
Print colorful output in the terminal, idle, cmd, and Windows PowerShell using the same functions.
Stars: ✭ 22 (-76.6%)
Mutual labels:  debugging, debug
bugsnag-java
Bugsnag error reporting for Java.
Stars: ✭ 51 (-45.74%)
Mutual labels:  debugging, debug
gdbundle
Minimalist plugin manager for GDB and LLDB
Stars: ✭ 72 (-23.4%)
Mutual labels:  debugging, debug
debugging-async-operations-in-nodejs
Example code to accompany my blog post on debugging async operations in Node.js.
Stars: ✭ 22 (-76.6%)
Mutual labels:  debugging, debug
debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Stars: ✭ 10,554 (+11127.66%)
Mutual labels:  debugging, debug
Icecream
🍦 Never use print() to debug again.
Stars: ✭ 5,601 (+5858.51%)
Mutual labels:  debugging, debug
dwarf import
This loads DWARF info from an open binary and propagates function names, arguments, and type info
Stars: ✭ 18 (-80.85%)
Mutual labels:  debugging, debug
ducky
Chrome extension to overlay a (super adorable) rubber duck, as a virtual companion during rubber duck debugging.
Stars: ✭ 80 (-14.89%)
Mutual labels:  debugging, debug
windbg-extensions
Extensions for the new WinDbg
Stars: ✭ 59 (-37.23%)
Mutual labels:  windbg, windbg-extension
Cli Debugging Cheatsheets
🔥 Collection of command-line debugging cheatsheets for multiple languages and runtimes
Stars: ✭ 239 (+154.26%)
Mutual labels:  debugging, debug
Icecream Cpp
🍦 Never use cout/printf to debug again
Stars: ✭ 225 (+139.36%)
Mutual labels:  debugging, debug
DbgExt
Debugger extension for the Debugging Tools for Windows (WinDbg, KD, CDB, NTSD).
Stars: ✭ 62 (-34.04%)
Mutual labels:  windbg, windbg-extension
Bugsnag Ruby
Bugsnag error monitoring & reporting software for rails, sinatra, rack and ruby
Stars: ✭ 211 (+124.47%)
Mutual labels:  debugging, debug
krumo
Krumo: Structured information display solution for PHP
Stars: ✭ 74 (-21.28%)
Mutual labels:  debugging, debug
Godbg
Go implementation of the Rust `dbg` macro
Stars: ✭ 172 (+82.98%)
Mutual labels:  debugging, debug
Debug Recipes
My notes collected while debugging various .NET and Windows problems.
Stars: ✭ 204 (+117.02%)
Mutual labels:  debugging, windbg
bugsnag-vue
[DEPRECATED] This package now lives within the monorepo for our Universal JS notifier "@bugsnag/js" • https://github.com/bugsnag/bugsnag-js
Stars: ✭ 26 (-72.34%)
Mutual labels:  debugging, debug
PowerPreference
💾 A Powerful library to control and simplify the usage of shared preference in Android.
Stars: ✭ 95 (+1.06%)
Mutual labels:  debugging, debug

WinDBGtree

=============

WinDBGtree is a WinDbg command tree that expands the set of available commands by Microsoft Windows Debugger aka WinDBG. Windbgtree comes up making life easier for Windows kernel researchers, Windows Internals troubleshooters and also security experts.

This WinDBGtree has been created by Vagner Pilar @vagnerpilar (Twitter) – Feel free to reach me out on https://twitter.com/vagnerpilar asking for more features, offering to contribute and any kind of feedback.

Installation

===============

You can copy the WinDbgtree.txt file in the corresponding (x86 or x64) WinDbg folder and load it manually using the .cmdtree command such as below or adding the path on the WinDBG shortcut.

Example:

===========

kd> .cmdtree C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\windbgtree.txt

PS.: In order to get all extensions working properly, please make sure we have SwishdbgExt, DBGKit, MEX, Wdbgark and Patterns already configured.

SwishdbgExt - https://github.com/comaeio/SwishDbgExt (Thanks to Matt Suiche (@msuiche))
DBGkit - http://www.andreybazhan.com/dbgkit.html (Kuddos to @AndreyBazhan)
MEX - https://www.microsoft.com/en-us/download/details.aspx?id=53304 (kuddos to Microsoft)
WinDBG Anti-RootKit Extension - https://github.com/swwwolf/wdbgark (Kuddos to Vyacheslav Rusakoff @@swwwolf)
Patterns Debugger Extension DLL - http://www.patterndiagnostics.com/patterns-extension
Blue WinDBG - http://kdext.com/extensions/uienh_mchl.html
PoolInfo - https://github.com/fishstiqz/poolinfo
Windbg extension to find PatchGuard pages - https://github.com/tandasat/findpg
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].