This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Observation for ALL maintainers who provide dlls (was Re: question for perl maintainer)


Gerrit,

On Mon, Jul 11, 2005 at 04:58:47PM +0200, Gerrit P. Haase wrote:
> 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
> 
> $ objdump -p /usr/bin/cygssl-0.9.7.dll | fgrep ImageBase
> ImageBase               10000000
> 
> $ cygcheck -c openssl
> Cygwin Package Information
> Package              Version        Status
> openssl              0.9.8-1        OK
> 
> But hey, this is an old version, openssl-0.9.8-2 is out, it seems
> that the image base address was changed with the latest release.

My command line above was just an example of how to use objdump to get
an ImageBase -- the output was not of any particular importance.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]