Translation of machinecode into LLVM IR (disassembly / reassembly of X86_64. X86. ARM into LLVM bitcode)

后端 未结 6 1392
甜味超标
甜味超标 2020-11-30 19:50

I would like to translate X86_64, x86, ARM executables into LLVM IR (disassembly).

What solution do you suggest ?

6条回答
  •  萌比男神i
    2020-11-30 20:37

    Just post some references on translating ARM binary to LLVM IR:

    disarm - arm binary to llvm ir disassembler

    https://code.google.com/p/disarm/

    However, I have not tried it, thus not sure about its quality and stability. Anyone else may post additional information about this project?

提交回复
热议问题