www.delorie.com/archives/browse.cgi | search |
X-Spam-Check-By: | sourceware.org |
Message-ID: | <43982F37.BD47689B@dessent.net> |
Date: | Thu, 08 Dec 2005 05:03:51 -0800 |
From: | Brian Dessent <brian AT dessent DOT net> |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | Re: Extracting Debug (meta data) from executable images? |
References: | <20873954 DOT 1134020464223 DOT JavaMail DOT SYSTEM AT CCC-NOVA1> |
X-IsSubscribed: | yes |
Reply-To: | cygwin AT cygwin DOT com |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Siegfried Heintze wrote: > I looked in c:\cygwin\usr\doc\ELFIO and there is a nice PDF file that refers > to the examples directory. Where is this examples directory? > > What is the relationship between stabs and ELF? ELF is a file format for objects and executables that is used on linux and other *nixes. It is not used on windows, which uses PE/coff. Trying to run elfdump on a windows binary will never work. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |