This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Object file viewers


For DLLs, you have several choices under NT:
    QuickView from Explorer
      -- Shows DLL import table, export table, Section table,
         some header information.

    MSVC's DUMPBIN.EXE
      -- Shows practically everything you could want, including
         some disassembly.

    Cygwin's objdump
      -- Shows practically everything you could want, including
         some disassembly.

Win95 also has QuickView, but it doesn't show any of the DLL
imports or exports.

For object files (.o, .obj), only DUMPBIN or objdump can be used.
you can use "dumpbin /?" or "objdump --help" to view their options.

 - Jon

-----Original Message-----
From: R. Hickling <hicklinr@mcd.alcatel.be>
To: cygwin@sourceware.cygnus.com <cygwin@sourceware.cygnus.com>
Date: Friday, April 23, 1999 3:38 AM
Subject: Object file viewers


>What are the cygwin (or NT or VC++) viewers for object files (.o, .dll)?
>



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com