Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <0f3801be8d84$118682a0$e63d2509@jonpryor.raleigh.ibm.com> From: "Jonathan Pryor" To: Subject: Re: Object file viewers Date: Fri, 23 Apr 1999 08:22:47 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 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 To: 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