Rockbox Development > Starting Development and Compiling

C Decompiler?

<< < (2/2)

nls:

--- Quote from: mcuelenaere on March 26, 2009, 06:26:04 AM ---
--- Quote from: nls on March 26, 2009, 04:30:59 AM ---edit: and no, there are no C "decompilers", you'd have to disassemble the code and write c code from that yourself so rewriting the plugin from scratch is probably a lot faster.

--- End quote ---
IDA comes with a pretty usable X86 C decompiler.

--- End quote ---

I assume you mean http://www.hex-rays.com/decompiler.shtml.
a quote from that page:
--- Quote ---It converts executable programs into a human readable C-like pseudocode text.
--- End quote ---
so it doesn't output real c code, oh and it costs over 2000USD

mcuelenaere:

--- Quote from: nls on March 27, 2009, 09:34:57 AM ---
--- Quote from: mcuelenaere on March 26, 2009, 06:26:04 AM ---IDA comes with a pretty usable X86 C decompiler.

--- End quote ---

I assume you mean http://www.hex-rays.com/decompiler.shtml.

--- End quote ---
Correct

--- Quote ---a quote from that page:
--- Quote ---It converts executable programs into a human readable C-like pseudocode text.
--- End quote ---
so it doesn't output real c code, oh and it costs over 2000USD

--- End quote ---
Yes I know it is quite expensive, but it's the closest thing I've seen to a C decompiler.

toffe:
if it is for x86 code , there is a decompiler, I don't know really if it is good or not :
http://www.backerstreet.com/rec/rec.htm
and I forgot this one :
http://boomerang.sourceforge.net/

Navigation

[0] Message Index

[*] Previous page

Go to full version