Date: Sun, 1 Aug 1999 12:01:58 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: sephiroth cc: djgpp AT delorie DOT com Subject: Re: Decompiler Question. In-Reply-To: <37A33AF9.9146D171@id-base.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 31 Jul 1999, sephiroth wrote: > Is it possible to decompile a DJGPP .exe file, I ask this because I > think noticed looking through the .exe file, function names. Which could > make it possible to decompile. What you see is the debug info. It tells the debugger the addresses of the functions and how to convert the address of an instruction to a source-level line number. But it doesn't say anything about converting the instructions into C code. > I know everyone says it's not possible to > decompile, but is DJGPP an exception? No.