Retrieving exported symbols from a dll
Christopher Faylor
cgf-use-the-mailinglist-please@sourceware.org
Mon Jul 17 23:44:00 GMT 2006
More information about the Binutils mailing list
Mon Jul 17 23:44:00 GMT 2006
- Previous message (by thread): Retrieving exported symbols from a dll
- Next message (by thread): Static Linking and Library Dependencies
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Retrieving exported symbols from a dll
- Next message (by thread): Static Linking and Library Dependencies
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list