[LLVMdev] how to transform elf binary to llvm IR? (original) (raw)

Shuai Wang wangshuai901 at gmail.com
Fri Jul 17 09:11:17 PDT 2015


This is not a easy task. And I believe there is NO (open-source) tool can fully solve this problem (statically). Correct me if I was wrong.

It would be more helpful if you can provide details about what you want to do, say, static or dynamic ? stripped binary or binary with symbolic information? What compiler do you work on?

Check out papers below if you are interested.

http://dl.acm.org/citation.cfm?id=2465380

http://dl.acm.org/citation.cfm?id=2462165

Shuai

On Fri, Jul 17, 2015 at 3:09 AM, 慕冬亮 <mudongliangabcd at gmail.com> wrote:

I want to transform elf binary to llvm IR, and do some instrumentation based on llvm. Is there any tool which can do the transformation? Thanks in advance.

- mudongliang


LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150717/25591e83/attachment.html>



More information about the llvm-dev mailing list