Topic: Decompiler
Author: ss10@irz.inf.tu-dresden.de (Sebastian Schoenberg)
Date: 7 Dec 1993 12:52:17 +0100 Raw View
Hi,
I'm searching for a program where you can write your complete application with
such a short source program.
StartHere:
DefineLanguage ("C++"); // BASIC, PASCAL . . .
DefineOperatingSystem ("UNIX"); // DOS, WINDOWS, UNIX, LINUX, MINIX, X11
BuildSourceCode (InputData ("Which program do you want ?"));
PutMessage ("Ready");
Done:
When the one-line program is running, you will be asked for the datas of
the new program. One or two minutes later, you will get a fully documented
source code.
Does such program exist ????
so long.
Sebastian
PS: Don't forget smiling.
Author: ldh@cs.brown.edu (Laurent Hasson)
Date: Thu, 2 Dec 1993 11:45:18 GMT Raw View
Well, i may be wrong, but i do not think such a thing exists. There
are de-assemblers around, but no C-code generators starting from
binary code. It is like a chemical reaction: it only goes one way.
I know people have been working hard on the subject, but i do not
think anyone found the solution. Imagine Microsoft if anyone could
generate the code of their new born ultra secret baby Windows NT...
that would be fun. Sounds like the prime-factorisation theoreticians
facing being killed by the secret service agencies around the world
if they find out a quick way to factor big numbers...
LDH
Author: hangulo@heracad.her.itesm.mx (Ing. Harvey Angulo Zambada)
Date: 26 Nov 1993 21:31:15 GMT Raw View
I have .exe files compiled in C but i lost the sources.
Do you konw how can i DEcompile the exe's in order to obtain
the source code?
-HAZ