January 27, 2002 listing contents of dll & lib | ||||
---|---|---|---|---|
| ||||
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 |
January 27, 2002 Re: listing contents of dll & lib | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jean-Pierre H. Dumas | 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 > |
Copyright © 1999-2021 by the D Language Foundation