Object file viewers

Jonathan Pryor jonpryor@vt.edu
Fri Apr 30 18:32:00 GMT 1999


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




More information about the Cygwin mailing list