goldshtn/msos

Support >4GB dump files

Closed this issue · 1 comments

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

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