search for: 8be3bea9

Displaying 1 result from an estimated 1 matches for "8be3bea9".

2011 Oct 17
1
[LLVMdev] LLVM for binary analysis
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