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.
|
5
|
|||||
|
|
|
Seconding Hex-rays, but if you can't justify that cost, Boomerang might work. |
||
|
|
|
|
If you have money to spare, Hex-Rays Decompiler could be worth your while. :-) |
||
|
|
|
|
A Linux executable? Is the program open-source? |
||
|
|
