◐ Shell
clean mode source ↗

GitHub - powercode/PSExt: Windows Debuggers extension for PowerShell

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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