fancycode / MemoryModule

Library to load a DLL from memory.
http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
Mozilla Public License 2.0
2.8k stars 755 forks source link

cannot load DLL that use OpenSSL? #109

Open phenge opened 3 years ago

phenge commented 3 years ago

the DLL that uses the Open SSL library cannot be loaded from memory. Is this a bug?

swanandb2 commented 1 year ago

I am getting same error, when I run my DLL which uses openssl it fails. Is this bug in lib? OpenSSL fails

swanandb2 commented 1 year ago

Thank you for support. I have used openssl x86 dll instead of using static link lib. This fixed issue 😌 I am able to load lib using memory module lib and openssl dll.