goldshtn / msos

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

Out-of-process analysis #34

Open goldshtn opened 9 years ago

goldshtn commented 9 years ago

For x86 builds particularly, multiple analysis sessions in the same process aren't going to work for large dumps, because CLRMD maps the whole dump into memory. Consider an out-of-process architecture where the console (or web server) is separate from the process doing the actual analysis, at least for x86.