goldshtn / msos

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

Support >4GB dump files #39

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

The public version of CLRMD doesn't support >4GB dump files because of issues in the DumpReader class (see this issue).

goldshtn commented 9 years ago

Resolved in 81c97dc74c16ca9a82f9a46bf38258d76971efeb by modifying DumpReader to support ulong sizes and offsets.