c++

Locked
Who
Posts: 144
Joined: Sat Mar 12, 2005 10:19 am

c++

Post by Who »

anyone know of a good c++ decompiler that will allow me to turn an exe into source code?
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post by ^misantropia^ »

There aren't any.
Tormentius
Posts: 4108
Joined: Sat Dec 14, 2002 8:00 am

Post by Tormentius »

Theres a few listed here.
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Post 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.
Locked