From: "Josh \"OS Dev\" McDonald" Newsgroups: comp.os.msdos.djgpp Subject: program to show imports and exports in a coff? Date: Mon, 28 Dec 1998 02:30:51 +1100 Lines: 9 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 203.30.99.216 Message-ID: <368653e3.0@dingo.effect.net.au> X-Trace: 28 Dec 1998 02:36:03 +1000, 203.30.99.216 Organization: NetEffect Internet To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I need a simple program to show imports/exports in a coff (ie after a gcc -c), with source. I have looked at coff.h but bejeezus that makes no sense, and dxegen.c wasn't too much help either. cheers -Josh