public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Retrieving exported symbols from a dll
@ 2006-07-17 13:36 Erik Leunissen
  2006-07-17 20:03 ` Brian Dessent
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Erik Leunissen @ 2006-07-17 13:36 UTC (permalink / raw)
  To: binutils

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?

Thanks in advance,

Erik Leunissen
==============

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-07-17 23:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-17 13:36 Retrieving exported symbols from a dll Erik Leunissen
2006-07-17 20:03 ` Brian Dessent
2006-07-17 20:56 ` Danny Smith
2006-07-17 23:44 ` Christopher Faylor

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).