goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

DbgEng "mode" where all commands are fed to a DbgEng target #30

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

.mode dbgeng to enter DbgEng mode. q quits it, or .mode msos temporarily suspends it. The DbgEng target lingers until q, so it's a persistent session, unlike what dec <command> currently provides.

goldshtn commented 9 years ago

Closing in https://github.com/goldshtn/msos/commit/2ee104520436900b1224461df6ce5f76bdca9596 with .dem command. Also loading DAC and SOS automatically when possible upon entry to .dem.