Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <42D2F881.7090400@familiehaase.de>
Date: Tue, 12 Jul 2005 00:53:53 +0200
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511
MIME-Version: 1.0
To: Cygwin Announce <cygwin@cygwin.com>
Subject: Re: Observation for ALL maintainers who provide dlls (was Re: question  for perl maintainer)
References: <20050708122600.GC23354@trixie.casa.cgf.cx> <42CE99BF.8000008@familiehaase.de> <20050708172755.GG7507@calimero.vinschen.de> <20050708173253.GG18981@trixie.casa.cgf.cx> <0add01c583e4$6d667320$3e0010ac@wirelessworld.airvananet.com> <20050708180417.GK18981@trixie.casa.cgf.cx> <20050711130656.GD3856@tishler.net> <0bdb01c5861d$429e2080$3e0010ac@wirelessworld.airvananet.com> <20050711134355.GG3856@tishler.net> <42D28927.7010401@familiehaase.de> <20050711150703.GA444@tishler.net>
In-Reply-To: <20050711150703.GA444@tishler.net>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

>>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?


Gerrit

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

