Skip to content
forked from powercode/PSExt

Windows Debuggers extension for PowerShell

License

Notifications You must be signed in to change notification settings

varadinov/PSExt

 
 

Repository files navigation

PSExt

Windows Debuggers extension for PowerShell

PSExt uses engextcpp, a helper library to write debugger extensions, and a PowerShell host to enable running powershell commands at the debugger prompt.

The goal is to make searching memory, symbols, stacks and registers much easier to automate.

Examples of usage in cdb (or windbg):


.load \psext.dll
!ps Invoke-DbgCommand -Command k | Select-String MyFunction -ov func
!ps $func | Format-List

About

Windows Debuggers extension for PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 88.2%
  • Smalltalk 7.7%
  • PowerShell 3.4%
  • Other 0.7%