DarkLoadLibrary
DarkLoadLibrary copied to clipboard
Loading clr.dll return `false` when calling the entry point
Good day,
When I try to load the CLR DLL (e.g: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll), the call to the entry point return false.
Appart from that, the DLL loading seems fine, do you have an idea why this call return false ? Is this an edge case scenario ?
Other DLL doesn't seems to have this behaviour.
Regards.