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.
+10
A:
If you have money to spare, Hex-Rays Decompiler could be worth your while. :-)
Chris Jester-Young
2008-10-11 09:37:40
+15
A:
Seconding Hex-rays, but if you can't justify that cost, Boomerang might work.
Cody Brocious
2008-10-11 09:38:36