Mail Archives: cygwin/1999/04/23/08:24:36
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 AT mcd DOT alcatel DOT be>
To: cygwin AT sourceware DOT cygnus DOT com <cygwin AT sourceware DOT cygnus DOT 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 AT sourceware DOT cygnus DOT com
- Raw text -