Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <42D2F881.7090400@familiehaase.de> Date: Tue, 12 Jul 2005 00:53:53 +0200 From: "Gerrit P. Haase" 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 Subject: Re: Observation for ALL maintainers who provide dlls (was Re: question for perl maintainer) References: <20050708122600 DOT GC23354 AT trixie DOT casa DOT cgf DOT cx> <42CE99BF DOT 8000008 AT familiehaase DOT de> <20050708172755 DOT GG7507 AT calimero DOT vinschen DOT de> <20050708173253 DOT GG18981 AT trixie DOT casa DOT cgf DOT cx> <0add01c583e4$6d667320$3e0010ac AT wirelessworld DOT airvananet DOT com> <20050708180417 DOT GK18981 AT trixie DOT casa DOT cgf DOT cx> <20050711130656 DOT GD3856 AT tishler DOT net> <0bdb01c5861d$429e2080$3e0010ac AT wirelessworld DOT airvananet DOT com> <20050711134355 DOT GG3856 AT tishler DOT net> <42D28927 DOT 7010401 AT familiehaase DOT de> <20050711150703 DOT GA444 AT tishler DOT 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/