Does anyone know of a good C++ Decompiler. I wrote a program and cannot find anything but the .EXE file. Thanks -JHollings
Printable View
Does anyone know of a good C++ Decompiler. I wrote a program and cannot find anything but the .EXE file. Thanks -JHollings
There are in fact decompilers out there...
Resource Hacker: http://www.users.on.net/johnson/resourcehacker/
And a nice little resource page: http://directory.google.com/Top/Comp...Disassemblers/
Have fun
Did you check on AO?
Here is one post.
Here is another.
Good luck!
There's different opinions on how useful it is to decompile a c++ program. For sure there isn't any decompiler that will give you a very good result as too much information is lost during compilation. There was a thread on slashdot about the topic a while ago. Anyone interested should check it out: http://slashdot.org/article.pl?sid=0...id=126&tid=156