I am looking for a way to convert an x86 .s file into llvm IR. I don't need a fully automated method but I'd like to avoid a fully manual one :) I've seen the nearly 5 year old llvm-qemu project. Are there any more recent projects that get me part or all of the way to my goal? I don't mind banging out some code but I'd rather not start from scratch. Thanks for any pointers to further information. Michael Sent via mobile device.
Michael Price wrote:> I am looking for a way to convert an x86 .s file into llvm IR. I don't need a fully automated method but I'd like to avoid a fully manual one :) > > I've seen the nearly 5 year old llvm-qemu project. Are there any more recent projects that get me part or all of the way to my goal? I don't mind banging out some code but I'd rather not start from scratch. > > Thanks for any pointers to further information.http://www.libcpu.org/ Nick