Closed
Description
Relevant Issue: #108720
Implement CLRDataCreateInstance
on cDAC as drop-in replacement for DAC.
The difficult portion of this work is looking up the contract by symbol name. This is currently done in the DAC through TryGetSymbol
.
The ICLRDataTarget
that is passed in does not have the ability to determine the target OS. This will be required to pick the correct implementation of TryGetSymbol
to use.
- Package the
TryGetSymbol
native PE reader into the cDAC.