All Projects → powercode → PSExt

powercode / PSExt

Licence: MIT license
Windows Debuggers extension for PowerShell

Programming Languages

C#
18002 projects
smalltalk
420 projects
powershell
5483 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].