www.digitalmars.com         C & C++   DMDScript  

c++ - listing contents of dll & lib

reply Jean-Pierre H. Dumas <dumas.jeanpierre free.fr> writes:
How do I list the content of a .dll and .lib using the DM tools?
(for DM & Watcom & MS & ... generated files)
(funcs & data)

libunres -l -p -d -e file.lib
gives a lot, but it seems to include the things that are called too...

libunres -p -d file.lib
Seems more reasonable,
but it does not work for dll.

Sorry for an other dumb question.

TIA

Jean-Pierre Dumas
Jan 27 2002
parent "Walter" <walter digitalmars.com> writes:
You can use "dumpexe" on DLLs. libunres works fine for libraries.  -Walter


"Jean-Pierre H. Dumas" <dumas.jeanpierre free.fr> wrote in message
news:1103_1012137338 jeanpierre...
 How do I list the content of a .dll and .lib using the DM tools?
 (for DM & Watcom & MS & ... generated files)
 (funcs & data)

 libunres -l -p -d -e file.lib
 gives a lot, but it seems to include the things that are called too...

 libunres -p -d file.lib
 Seems more reasonable,
 but it does not work for dll.

 Sorry for an other dumb question.

 TIA

 Jean-Pierre Dumas
Jan 27 2002