Related articles |
---|
Decompilers or comparison tools fd11@dial.pipex.com (Narinder Singh) (1997-09-23) |
Re: Decompilers or comparison tools ghm48805@glaxowellcome.com (Gary H. Merrill) (1997-09-24) |
Re: Decompilers or comparison tools ast@halcyon.com (1997-09-27) |
Re: Decompilers or comparison tools root@kern.marine.su (Alexander S.Klenin) (1997-09-28) |
Re: Decompilers or comparison tools cristina@it.uq.edu.au (Cristina Cifuentes) (1998-03-18) |
From: | Narinder Singh <fd11@dial.pipex.com> |
Newsgroups: | comp.compilers |
Date: | 23 Sep 1997 23:31:35 -0400 |
Organization: | UUNET |
Keywords: | disassemble, question |
Hi,
I am looking for either a decompiler for MS-DOS EXE's to C or BASIC, or a
tool that will allow me to compare two object code files reporting the
similarities or the differences. Does such a tool exist? if so where can I
find it?
---
Narinder Singh
[This question shows up every few months. I've never seen one, other than
an abandoned beta of a program from the Austin Code Works that produced C
that was just transliterated assembler. If you want to compare objects,
I'd disassemble them and try diff-ing the result. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.