Welcome to the Rockbox Technical Forums!
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.
Quote from: nls on March 26, 2009, 04:30:59 AMedit: 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.IDA comes with a pretty usable X86 C decompiler.
It converts executable programs into a human readable C-like pseudocode text.
Quote from: mcuelenaere on March 26, 2009, 06:26:04 AMIDA comes with a pretty usable X86 C decompiler.I assume you mean http://www.hex-rays.com/decompiler.shtml.
IDA comes with a pretty usable X86 C decompiler.
a quote from that page: QuoteIt converts executable programs into a human readable C-like pseudocode text. so it doesn't output real c code, oh and it costs over 2000USD
Page created in 0.101 seconds with 14 queries.