CoreHook icon indicating copy to clipboard operation
CoreHook copied to clipboard

CoreCLR configuration was not found for 64/32-bit processes

Open Sardelka9515 opened this issue 3 years ago • 0 comments

The FileMonitor example does not work for me, just showing this line and then exit. Looking through the source code, it seems to be trying to locate runtime configuration with enviorment variable CORE_ROOT_64, CORE_ROOT_32(which is pretty unreliable?).

Can we inject a C++/CLI dll to the target process and let windows handle the runtime loading instead of manually locating it?

Sardelka9515 avatar Dec 01 '22 04:12 Sardelka9515