Page 1 of 1

c++

Posted: Thu May 12, 2005 9:23 am
by Who
anyone know of a good c++ decompiler that will allow me to turn an exe into source code?

Posted: Thu May 12, 2005 10:02 am
by ^misantropia^
There aren't any.

Posted: Thu May 12, 2005 5:40 pm
by Tormentius
Theres a few listed here.

Posted: Thu May 12, 2005 9:03 pm
by ^misantropia^
I should've said: "there aren't any decent ones". Apart from name-mangling (which sometimes can be resolved), the output is usually not even close to what you wrote. I won't even start about stuff like local variables.