ohjeongwook / windbgtool

Windbg Utility Tools based upon PyKD

Home Page:http://darungrim.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WinDbgTool

This is a WinDbg Toolbox package. This tool runs more complicated operations based upon PyKD package.

Installation

  1. Install WinDbg

  2. Run pip to install windbgtool from this repository:

pip install git+https://github.com/ohjeongwook/windbgtool --upgrade
  1. PyKD has some issues with DLL package distribution.
    • Run following command to fix PyKD WinDbg dependencies on the target machine
python -m pykdfix.fix_windbg_files
  1. (Optional) If you want to access PyKD extension from WinDbg command, please run following command
python -m pykdfix.install_pykd_ext

About

Windbg Utility Tools based upon PyKD

http://darungrim.com

License:MIT License


Languages

Language:Python 100.0%