[LLVMdev] ARM disassembler

Tim Northover t.p.northover at gmail.com
Thu Jan 8 07:39:42 PST 2015


Hi Deep,

On 6 January 2015 at 20:39, Sandeep Kumar Singh <deepdondo007 at gmail.com> wrote:
> I want to disassemble ARM binaries and perform some operation on LLVM IR and
> again back to generate ARM binary from modified ARM LLVM IR. How I can
> proceed for the same.

I'm afraid this isn't something LLVM can do by itself. Disassembling
binaries to a higher level language like LLVM is in general a very
difficult problem (mostly because of the possibility of self-modifying
code, but it's no walk in the park even without that), and not in the
scope of the LLVM project itself.

Cheers.

Tim.



More information about the llvm-dev mailing list