views:

2183

answers:

4

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.

+4  A: 

Check out Boomerang.

CyberShadow
A: 

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.

arul