DbgShell
DbgShell copied to clipboard
Fix bp with just an address
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 parameter sets.
(thanks to ReneNyffenegger for the report)