There was a thread about decompilers in the Java forum, and I was wondering if it is possible to decompile C or C++ code. Is this possible?
Printable View
There was a thread about decompilers in the Java forum, and I was wondering if it is possible to decompile C or C++ code. Is this possible?
short answer: yes
COFF format try a search on PEBrowser atplanetsourcecode
For .exe files try softice here
Softice is meant for debugging code, but does decompilation.
hth :D
Are you sure about that softice link? :rolleyes:
I downloaded an old version of softice from there about 4 weeks ago. Now it seems to be nothing but popups.
If you have C++, dumpbin.exe comes with it. That also decompiles.:eek: