Where can I get a C++ decompiler?
Printable View
Where can I get a C++ decompiler?
Why are people so interested in decompilers? If you have lost your source code, learn to hit Save. If you are trying to find out how other people are doing things, learn to find examples or figure it out yourself.
No such thing as a decompiler.... Although there is a dissassembler... But I hope you know ASM ;)
Because of the complexity of C++ it's practically impossible to decompile it with a program. But if you're good in both ASM and C++ and you have an awful amount of time on your hands and you can concentrate very well - you can possibly decompile it yourself by hand.