[LLVMdev] Translation between MCInst and Binary Executable

Yue Chen ycyc54321 at gmail.com
Wed Sep 18 14:07:15 PDT 2013


Hi, Dear LLVM Dev Group,

I am doing an LLVM project aimed to disassemble an ARM ELF binary
executable to the MCInst format, inserting some instructions or doing some
modification, and re-assemble the MCInst to an ELF binary.

As I used the llvm-mc, it seems to only have the option "llvm-mc
-disassemble", which reads strings and output strings. Is there any command
or function that can take a binary, and translates it to the MCInst format,
finally translating back to a binary?

Thanks a million for your help.

Best,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130918/819e5526/attachment.html>


More information about the llvm-dev mailing list