microsoft / clrmd

Microsoft.Diagnostics.Runtime is a set of APIs for introspecting processes and dumps.
MIT License
1.05k stars 256 forks source link

DataTarget.LoadPEImage fails if FileLocator==null #1153

Closed leculver closed 1 year ago

leculver commented 1 year ago

We expect FileLocator to handle searching on disk for PE images. However, if FileLocator is null (or just a non-standard implementation) we may miss files on disk that otherwise match what we are looking for.