[LLVMdev] disassembly/decompiling

Paul Davey plmdvy at gmail.com
Mon Oct 26 21:54:25 PDT 2009


Even if you could disassemble to IR, you could not recompile it for the same
reason that llvm does not give you platform independent C and C++
code is excluded based on preprocessor things that never gets into the
generated code.
sizes which could be hardcoded by optimisations and such could be platform
dependent.
also transforming machine code or even assembler to llvm IR would be
non-trivial...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091027/b2f59fe5/attachment.html>


More information about the llvm-dev mailing list