Mail Archives: djgpp/1999/08/01/17:53:42
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.
- Raw text -