microsoft / DbgShell

A PowerShell front-end for the Windows debugger engine.
MIT License
674 stars 89 forks source link

AddrTransform: update getting typed string, add tests #48

Closed jazzdelightsme closed 5 years ago

jazzdelightsme commented 5 years ago

Unfortunately this uses private reflection, and there are still cases that it can't handle.

Also fixed a sign extension booboo.

Helps with #46, but we can't totally fix it without some changes in PowerShell.