Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

List DLL export functions?

4 views
Skip to first unread message

John Alway

unread,
Dec 8, 2001, 3:47:52 PM12/8/01
to
Are there Windows API functions that will allow me to grab any random
DLL and list its export functions?

I'm using VC++ 7 on Windows 2000.

Many thanks for any info!

...John

David Lindauer

unread,
Dec 8, 2001, 4:17:43 PM12/8/01
to
no but I don't think it would be hard to roll it from scratch...

David

Tim Robinson

unread,
Dec 8, 2001, 4:32:28 PM12/8/01
to
"David Lindauer" <cam...@bluegrass.net> wrote in message
news:3C1283D9...@bluegrass.net...

| John Alway wrote:
| > Are there Windows API functions that will allow me to grab any random
| > DLL and list its export functions?
| no but I don't think it would be hard to roll it from scratch...

Or use:

dumpbin lib.dll /exports

...from Visual C++, or:

objdump -p lib.dll

from Cygwin.


Navin Pai

unread,
Dec 9, 2001, 9:08:23 PM12/9/01
to
Use the "depends" utility shipped with VC if you want to see the exports as
well as imports from a nice gui.

regds
navin

"John Alway" <jwa...@hotmail.com> wrote in message
news:dbb7370e.01120...@posting.google.com...

0 new messages