(original) (raw)

I have seen this tool, but I did not get the way to translate x86\_64 machine code to LLVM IR in linux.
I see the demos in x86\_64, but I did not see any relative demos.

2015-07-17 17:40 GMT+08:00 Mayur Pandey <mayurthebond@gmail.com>:
mcsema is one such tool(open source). It supports the translation of x86 and x86\_64 machine code to LLVM IR as of now. You can check more details about what all instructions it supports on https://github.com/trailofbits/mcsema

On Fri, Jul 17, 2015 at 1:06 PM, Suprateeka R Hegde <hegdesmailbox@gmail.com> wrote:

Its not that easy. Check out projects like MCSEMA.

--
Supra

On 17 Jul 2015 12:42 pm, "慕冬亮" <mudongliangabcd@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@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev


\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_
LLVM Developers mailing list
LLVMdev@cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




--
Thanx & Regards
Mayur Pandey