First off I came across this thread in google when I was trying to find a resolution to my question:
http://www.exetools.com/forum/showthread.php?t=4177
So I followed what was stated, to use the static compiled openssl libs with flair's coff lib parser but doesn't work. I can only assume I'm not using the correct switch in either compiling openssl or with pcf.
For openssl I followed the instructions in "INSTALL.W32" readme using ActivePerl and MSVC++ 6 to compile.
1. perl Configure VC-WIN32
2. ms\do_ms
3. nmake -f ms\nt.mak
Here is a link to the two static compiled libs below (libeay32.lib & ssleay32.lib):
Code:
http://www.zshare.net/download/6178868484c030/
I'd attached them, but site is being excessively slow.
Any tips would be appreciated, cheers.