vote up 9 vote down star
5

I am searching for a decompiler for a C program. The binary is a 32-bit Linux executable. Objdump works fine, so basically I am searching for something which attempts to reconstruct the C source from the asm source.

flag

80% accept rate
You might want to mention the architecture used, since '32-bit' could be ARM, MIPS, x86, etc. – Cody Brocious Oct 11 '08 at 9:39
I am talking about 32bit x86 here. Sorry for the inaccuracy. – Sec Oct 11 '08 at 13:19

3 Answers

vote up 12 vote down check

Seconding Hex-rays, but if you can't justify that cost, Boomerang might work.

link|flag
vote up 9 vote down

If you have money to spare, Hex-Rays Decompiler could be worth your while. :-)

link|flag
vote up 0 vote down

A Linux executable? Is the program open-source?

link|flag

Your Answer

Get an OpenID
or

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