[llvm-dev] LLVM IR from static/dynamic libraries

Vedant Kumar via llvm-dev llvm-dev at lists.llvm.org
Thu Oct 8 20:20:32 PDT 2015


Hi,

Could you explain why you're trying to obfuscate libraries?

At any rate if you're looking for a way to convert machine code into llvm IR, then I don't think there's a well-supported way of doing that.

vedant

> On Oct 6, 2015, at 10:53 PM, Sandeep Kumar Singh via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Hi All,
> 
> Is this possible to generate LLVM IR from any static/dynamic link library?
> I have some static and dynamic link library and I want to generate LLVM IR as I want to obfuscate these libraries.
> Is there any way to do the same.
> 
> Please give me some pointers on this.
> 
> Thanks,
> Deep
> 
> 
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev



More information about the llvm-dev mailing list