----- Original Message ----- From: "Gerrit P. Haase" To: <cygwin-apps@cygwin.com> Sent: Tuesday, July 12, 2005 3:00 AM Subject: Re: Observation for ALL maintainers who provide dlls (was Re: question for perl maintainer)
> Reposted on the correct list. > > >>Jason Tishler wrote: > >> > >>>>By the way, is it reliable to use objdump -x to find the base > >>>>(ImageBase) ? For cygssl-0.9.8.dll it is 10000000, but I thought > >>>>the base was 0x63000000 > >>> > >>>I use a command line like the following: > >>> > >>> $ objdump -p /usr/bin/cygssl-0.9.7.dll | fgrep ImageBase > >>> ImageBase 6c700000 > > I recently updated openssl (today): > > $ objdump -p /usr/bin/cygssl-0.9.7.dll | fgrep ImageBase > ImageBase 10000000 > > $ objdump -p /usr/bin/cygssl-0.9.8.dll | fgrep ImageBase > ImageBase 10000000 > > > I wonder how the reported ImageBase is 10000000 after Corinna > said that openssl uses 63000000. > > What am I doing wrong? Nothing. It's cygcrypto-0.9.8.dll that's at 63000000 Pierre