Extracting Debug (meta data) from executable images?

Brian Dessent brian@dessent.net
Thu Dec 8 15:39:00 GMT 2005


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/



More information about the Cygwin mailing list