DbgShell icon indicating copy to clipboard operation
DbgShell copied to clipboard

A PowerShell front-end for the Windows debugger engine.

Results 22 DbgShell issues
Sort by recently updated
recently updated
newest added

Reduce the number of parameter-sets in Set-DbgBreakpoint to remove ambuigity when trying to resolve Set-DbgBreakpoint such as Set-DbgBreakpoint $exentry

Set-DbgBreakpoint with just a simple address (like "bp $exentry") was broken, because PS could not resolve the parameter set. This change fixes it by specifying more completely the possible valid...

https://github.com/aquynh/capstone: "Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community."

The purpose of this issue is to share some learnings (and some salt about DbgHelp) that I have gained in the past few days furthering ~~my descent into madness~~ my...

I've forked DbgShell and started putting together a basic memory search command (which hopefully I will be able to polish into a reasonable pull request before the ADHD decides otherwise...

I had figured that the inconsistent handling between addresses with only decimal digits was just an unfortunate cost of PowerShell, until I saw the AddressTransformation... so I poked at it...

I wanted to see the PEB for my process. Since the thread namespace includes a Teb, I figured there'd be a matching Peb in the process namespace, but alas, there...

Regular `dps`: ``` > dps 26ee7c30 26ee7c30 2368c010 26ee7c34 13234900 26ee7c38 5f080100 d2d1!CSRGBToLinearTranslator::s_shaders+400f0 26ee7c3c 26db1aa8 26ee7c40 26ee74a8 26ee7c44 26e80020 ``` Awesome recursive dps: ``` 26ee7c30 2368c010 -> 50afffa8 jscript9!Js::JavascriptLibrary::`vftable' 26ee7c34...

When running the latest binary release, on Windows 7 Pro SP1, both x86 and x64 version, I get the following error: > $ ./DbgShell.exe > > Unhandled Exception: System.Exception: Could...