Displaying 2 results from an estimated 2 matches for "4309b77c".
2013 Oct 15
0
[LLVMdev] Reverse engineering for LLVM bit-code
...iling list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Thanks,
--Serge
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131015/4309b77c/attachment.html>
2013 Oct 15
3
[LLVMdev] Reverse engineering for LLVM bit-code
HI,
I am interested in whether LLVM bit-code is ready for a distribution format(stored in software distribution package); is it easy to revert LLVM IR to C/C++ source code like Java byte code? My understanding is that.
1. LLVM IR is more like assembly code, so it is not easy for reverse engineering.
2. If it is easy for reverse engineering, does it mean it is not suitable for distribution