recently, i want to analyze some library which in android. but arm assembler is hardly to understand,so i want to use llvm to implement a disassembler i find a document about this topic at here:http://llvm.org/docs/MarkedUpDisassembly.html#instruction-annotations and a cpp file at here http://llvm.org/docs/doxygen/html/ARMDisassembler_8cpp_source.html and then use some rules to translate assembler code to c code.
问问题
1884 次