[LLVMdev] LLVM for binary analysis

Beng Heng, Ng bengheng at eecs.umich.edu
Mon Oct 17 14:39:44 PDT 2011


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



More information about the llvm-dev mailing list