Is there a machanism to convert native machine code to llvm bytecode? If not, please give some idea how to implement it.
Thanks!
Is there a machanism to convert native machine code to llvm bytecode? If not, please give some idea how to implement it.
Thanks!
Libcpu was designed to convert machine code of various architectures to LLVM IR to facilitate writing emulators.