All Projects → 0vercl0k → Windbg Scripts

0vercl0k / Windbg Scripts

Licence: mit
A bunch of JavaScript extensions for WinDbg.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Windbg Scripts

DbgSymGrabber
Just another tool to download specify Symbol (.pdb) files
Stars: ✭ 35 (-77.85%)
Mutual labels:  windbg
Superdump
A service for automated crash-dump analysis
Stars: ✭ 384 (+143.04%)
Mutual labels:  windbg
Windbg Cheat Sheet
A practical guide to analyze memory dumps of .Net applications by using Windbg
Stars: ✭ 43 (-72.78%)
Mutual labels:  windbg
PyExt
WinDbg Extensions for Python
Stars: ✭ 56 (-64.56%)
Mutual labels:  windbg
Khypervisor
kHypervisor is a lightweight bluepill-like nested VMM for Windows, it provides and emulating a basic function of Intel VT-x
Stars: ✭ 264 (+67.09%)
Mutual labels:  windbg
Dbgshell
A PowerShell front-end for the Windows debugger engine.
Stars: ✭ 566 (+258.23%)
Mutual labels:  windbg
shellex
C-shellcode to hex converter, handy tool for paste & execute shellcodes in IDA PRO, gdb, windbg, radare2, ollydbg, x64dbg, immunity debugger & 010 editor
Stars: ✭ 89 (-43.67%)
Mutual labels:  windbg
Iris
WinDbg extension to display Windows process mitigations
Stars: ✭ 129 (-18.35%)
Mutual labels:  windbg
Mirage
kernel-mode Anti-Anti-Debug plugin. based on intel vt-x && ept technology
Stars: ✭ 272 (+72.15%)
Mutual labels:  windbg
Winobjex64
Windows Object Explorer 64-bit
Stars: ✭ 775 (+390.51%)
Mutual labels:  windbg
PrivFu
Kernel mode WinDbg extension and PoCs for token privilege investigation.
Stars: ✭ 244 (+54.43%)
Mutual labels:  windbg
cfgdump
Windbg extension that allows you analyze Control Flow Guard map
Stars: ✭ 18 (-88.61%)
Mutual labels:  windbg
Memoscope.net
Dump and analyze .Net applications memory ( a gui for WinDbg and ClrMd )
Stars: ✭ 626 (+296.2%)
Mutual labels:  windbg
windbg js scripts
Toy scripts for playing with WinDbg JS API
Stars: ✭ 135 (-14.56%)
Mutual labels:  windbg
Netcoredebugging
A repository maintains the book of ".NET Core application debugging" sample code.
Stars: ✭ 52 (-67.09%)
Mutual labels:  windbg
windbgtree
A command tree based on commands and extensions for Windows Kernel Debugging.
Stars: ✭ 94 (-40.51%)
Mutual labels:  windbg
Wdbgark
WinDBG Anti-RootKit Extension
Stars: ✭ 450 (+184.81%)
Mutual labels:  windbg
Reverse Engineering Arsenal
Useful Scripts for helping in reverse engeenering
Stars: ✭ 137 (-13.29%)
Mutual labels:  windbg
Kdmp Parser
Windows kernel dump C++ parser with Python 3 bindings.
Stars: ✭ 71 (-55.06%)
Mutual labels:  windbg
Voltron
A hacky debugger UI for hackers
Stars: ✭ 5,599 (+3443.67%)
Mutual labels:  windbg

windbg-scripts

windbg-scripts is a collection of JavaScript debugger extensions for WinDbg.

Installing the script gallery

If you would like to have telescope and sm loaded every time your debugger starts instead of loading the extensions manually follow the below steps:

  1. Clone this GitHub repository,

  2. Edit the Manifest\config.xml file and update the LocalCacheRootFolder path with a value that makes sense,

  3. Open the debugger and import the gallery by running .settings load c:\path\where\cloned\windbg-scripts\Manifest\config.xml and .settings save.

  4. Restart the debugger and you should be able to run !telescope as well as inspecting the gallery content from the data-model.

    0:000> dx -r1 Debugger.State.ExtensionGallery.ExtensionRepositories
    Debugger.State.ExtensionGallery.ExtensionRepositories                
        [0x0]            : overgallery
        [0x1]            : LocalInstalled
    
    0:000> dx -r1 Debugger.State.ExtensionGallery.ExtensionRepositories[0]
    Debugger.State.ExtensionGallery.ExtensionRepositories[0]                 : overgallery
        Name             : overgallery
        ManifestVersion  : 0x1
        URL             
        Enabled          : true
        Packages        
    
    0:000> dx -r1 Debugger.State.ExtensionGallery.ExtensionRepositories[0].Packages
    Debugger.State.ExtensionGallery.ExtensionRepositories[0].Packages                
        [0x0]            : Telescope
    
    0:000> dx -r1 Debugger.State.ExtensionGallery.ExtensionRepositories[0].Packages[0]
    Debugger.State.ExtensionGallery.ExtensionRepositories[0].Packages[0]                 : Telescope
        Name             : Telescope
        Version          : 1.0.0.1
        Description      : Telescope data dereference
        Size             : 0
        IsDownloaded     : true
        Components      
    
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].