public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Christopher Faylor <cgf-use-the-mailinglist-please@sourceware.org>
To: binutils@sourceware.org, Erik Leunissen <e.leunissen@hccnet.nl>
Subject: Re: Retrieving exported symbols from a dll
Date: Mon, 17 Jul 2006 23:44:00 -0000	[thread overview]
Message-ID: <20060717234443.GA10262@trixie.casa.cgf.cx> (raw)
In-Reply-To: <44BB925E.1070206@hccnet.nl>

On Mon, Jul 17, 2006 at 03:36:30PM +0200, Erik Leunissen wrote:
>I want a list of symbols that are exported from a dll (pei-i386 format). 
>My first inclination was to look for an option to dlltool or objdump 
>that is specifically aimed for that purpose, but did not find it.
>
>Therefore, I tend to revert to doing "objdump -x foo.dll" and scan the 
>output using a home grown recipe. However, that is not nearly as 
>straightforward as what I was looking for.
>
>Am I right to start from "objdump -x foo.dll", or is there something 
>more straightforward?

How about "objdump -p" ?  The Ordinal/Name Pointer Table seems to list
what you want.

cgf

      parent reply	other threads:[~2006-07-17 23:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-17 13:36 Erik Leunissen
2006-07-17 20:03 ` Brian Dessent
2006-07-17 20:56 ` Danny Smith
2006-07-17 23:44 ` Christopher Faylor [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060717234443.GA10262@trixie.casa.cgf.cx \
    --to=cgf-use-the-mailinglist-please@sourceware.org \
    --cc=binutils@sourceware.org \
    --cc=e.leunissen@hccnet.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).