sam-b / windbg-plugins

Any useful windbg plugins I've written.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windbg-plugins

Repository for any useful windbg plugins I've written.

#heap_trace Hooks heap operations and tracks their arguments and return values. Run:

.load pykd.pyd
!py "PATH_TO_REPO\heap_trace.py"

This will log to your home directory as log.log. You can then create a villoc visualisation of this by running:

python villoc.py log.log out.html

Example villoc output:
Example #Requirements All plugins use the pykd python interface for windbg.

About

Any useful windbg plugins I've written.

License:MIT License


Languages

Language:HTML 47.2%Language:Python 43.1%Language:JavaScript 9.7%