Hi, I'm thinking of using LLVM for translating x86 binaries into LLVM IR and performing further analysis based on the IR. The tool llvm-mc works great for disassembling hex values. However, is there any way to translate the disassembled machine code into LLVM IR and analyze them? Any suggestion/help is greatly appreciated. Thanks! - Beng