[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: De-compiler of C++ or C



> can anybody tell me which Decompiler are Available for c++ and c and  and
> how to get them?
i haven't seen any c++ decompiler till date. One c decompiler that i saw was
so bad that it wudn't decompile anything larger than a hello world program.
U can try disassemblers for executables, but then u get asm files and not
c/cpp files. The case is different if u hav something like vb/java/foxpro or
clipper. All these normally compile your code to some form of bytecode and
then the bytecode is executed, so it is quite easy to decompile them,
depending on the kind of bytecode generated by the compilers. With java u
can get very good decompilation results. With java, the only things which
can cause problems are the private variable names, otherwise everything else
gets decompiled quite easily.

Bye,
    /\ |\/| |3 /\ r