From: "Pavlos" Newsgroups: comp.os.msdos.djgpp Subject: Re: Decompiler Question. Date: Sat, 31 Jul 1999 21:31:17 +0300 Organization: An OTEnet S.A. customer Lines: 15 Message-ID: <7nvfd4$jdl$1@newssrv.otenet.gr> References: <37A33AF9 DOT 9146D171 AT id-base DOT com> NNTP-Posting-Host: dram-a14.otenet.gr X-Trace: newssrv.otenet.gr 933445859 19893 195.167.113.237 (31 Jul 1999 18:31:00 GMT) X-Complaints-To: abuse AT otenet DOT gr NNTP-Posting-Date: 31 Jul 1999 18:31:00 GMT X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com sephiroth wrote in message <37A33AF9 DOT 9146D171 AT id-base DOT com>... >Is it possible to decompile a DJGPP .exe file, I ask this because I >think noticed looking through the .exe file, function names. Try to compile something and link it with the ' -s ' option. Pavlos >Which could >make it possible to decompile. I know everyone says it's not possible to >decompile, but is DJGPP an exception? > >--