Skip to content

xbcnn/lldext

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLD extension

My own WinDbg extension - I'm learning C++ on it, so be careful! :)

Contains the following commands:

  • !injectdll <path> - injects DLL into the debuggee
  • !ufgraph <name-or-address-of-the-function> [<address-in-the-function>] - runs ufgraph on a given function. The ufgraph.py must be placed in the winext folder of the windbg installation and python must be in the PATH. As stated on the ufgraph page, you need to have Graphviz bin folder in the PATH too.

Current version can be found under the release tab - use version corresponding to the bitness of the debuggee process.

About

LLD WinDbg extension

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.3%
  • C++ 18.7%