On Thu Aug 21 08:44:30 2025 +0000, Hans Leidekker wrote:
That doesn't necessarily mean that rsaenh loads bcrypt. The test calls advapi32 functions like CryptAcquireContext() which will in turn load an appropriate provider dll, such as rsaenh. Just a call to RegCreateKey() is sufficient to load bcrypt, so it's possible that advapi32 or one of its dependencies imports bcrypt.
That could be, but doing FreeLibrary() loop on it does not work as described for me, on Windows. FreeLibrary() never fails for it, assuming application in question is looping until it fails.