<div dir="ltr"><br><div>Hi, Dear LLVM Dev Group,</div><div><br></div><div>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.</div>


<div><br></div><div>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? </div>


<div><br></div><div>Thanks a million for your help.</div><div><br></div><div>Best,</div></div>