Unable to execute bin files due to missing libcrypto-1_1-x64.dll file
Whenever I try to run the latest master version of retdec, I get the following error message:
Is there a way to fix this error?
Whenever I try to run the latest master version of retdec, I get the following error message:
Is there a way to fix this error?
Hello, I also encountered this problem, I believe that the developers forgot to put a binary file or openssl was not installed on Windows (I'm not sure about the latter). Anyway, I just found this library on the web and put it in the bin folder (where it is located retdec-decompiler.exe )
You need version: 1.1.1.4 URL for download dll
I have the same error. And even with the .DLL above, the application will not load with error code: 0xc0150002
I'm having this issue as well with the latest 5.0 release in Windows
I installed this particular version of openssl globally and now it works
FWIW, I had this libcrypto issue too, and the one in the link didn't work for me (got 0xC0150002 too), so I downloaded official OpenSSL 1.1 from here https://slproweb.com/products/Win32OpenSSL.html installed it somewhere, got libcrypto-1_1-x64.dll from it, and now it works fine