[cfe-dev] From LLVM Bytecode to C source

Mark Leone markleone at gmail.com
Tue Jan 20 20:54:29 PST 2009


On Tue, Jan 13, 2009 at 2:08 AM, Simone Pellegrini
<spellegrini at dps.uibk.ac.at> wrote:
>
> I wonder to know if there is any chance to convert back emitted LLVM
> bytecode into a C source file using clang (or any other existing tool)
>

You would essentially need a decompiler.  Here's a good reference that
describes what would be involved:

Krakatoa: Decompilation in Java
by Todd A. Proebsting, Scott A. Watterson
http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.39.5640

- Mark



More information about the cfe-dev mailing list