up vote 5 down vote favorite
3
share [g+] share [fb]

Duplicate of http://stackoverflow.com/questions/193896/whats-a-good-c-decompiler and http://stackoverflow.com/questions/205059/is-there-a-c-decompiler taken together.

Does somebody know any opensource C/C++ decompiler? I don't want to use any commercial solution like IDA Pro.

link|improve this question

I wouldn't call this a duplicate - it is specifically focused on open-source – ine Apr 2 '09 at 20:11
@amdfan: Both those questions have answers addressing open source options, but if you feel that was, edit those to be related links... – dmckee Apr 2 '09 at 20:16
open source decompilers - subset of decompilers. We have not so much decompillers for separate this questions. – bayda Apr 2 '09 at 20:44
feedback

3 Answers

up vote 4 down vote accepted

Check out Boomerang.

link|improve this answer
feedback

There are so-called decompilers, but even the commercial solutions like IDA + HexRays are merely useless without extensive set-up. IDA doesn't even get disassembly right sometimes, not to mention manually optimized or obfuscated code.

The last time I tried Boomerang it just kept crashing on even the most simple exe's.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.