Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Embedding extra DLLs into .exe *and finding* them again

by Anonymous Monk
on Jul 31, 2009 at 00:53 UTC ( [id://784778]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    pp -e " use Crypt::SSLeay; print $Crypt::SSLeay::VERSION,$/ ; my @ldd 
    += qw[ Listdlls.exe  ]; print for qx!@ldd $$!; "
    
    ...
      0x018b0000  0xfe000   0.09.0008.0011  C:\WINDOWS\System32\libeay32.d
    +ll
      0x019c0000  0x33000   0.09.0008.0011  C:\WINDOWS\System32\ssleay32.d
    +ll
    
  2. or download this
    pp -l libeay32.dll -l ssleay32.dll -e " use Crypt::SSLeay; print $Cryp
    +t::SSLeay::VERSION,$/ ; my @ldd = qw[ Listdlls.exe  ]; print for qx!@
    +ldd $$!; "
    
    ...
      0x00400000  0x12000   0.00.0000.0000  ...\cache-da39a3ee5e6b4b0d3255
    +bfef95601890afd80709\a.exe
      0x018b0000  0xfe000   0.09.0008.0011  ...\cache-da39a3ee5e6b4b0d3255
    +bfef95601890afd80709\libeay32.dll
      0x019c0000  0x33000   0.09.0008.0011  ...\cache-da39a3ee5e6b4b0d3255
    +bfef95601890afd80709\ssleay32.dll
    
  3. or download this
    2006-09-28 15:04:00 .....      1073152       487750  shlib\MSWin32-x86
    +-multi-thread\libeay32.dll
    2006-09-28 15:04:14 .....       200704        93031  shlib\MSWin32-x86
    +-multi-thread\ssleay32.dll
    ------------------- ----- ------------ ------------  -----------------
    +-------
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://784778]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 21:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found