Skip to content

d4nnyk/windbg-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.2%
  • Python 40.8%