search for: armmcdisassembler

Displaying 6 results from an estimated 6 matches for "armmcdisassembler".

Did you mean: armdisassembler
2012 Jun 07
2
[LLVMdev] MC disassembler for ARM
...I'll build a non-prelinked one and have another try. I'm now at the start of a binary translation project. I want to convert ARM binary code [*] to llvm ir, which is then translated to binary for our mips like architecture. That's why I'm looking for a decoder for ARM binary. The ARMMCDisassembler is production quality as be told by Evan. That's why I'm so interested in it. However, I realized today that might not be a good choice. Although the disassembled MCInsts has a clean and simple interface, the op-codes in them are auto generated from instruction description files. They are i...
2012 Jun 08
2
[LLVMdev] MC disassembler for ARM
...d have > another try. > > I'm now at the start of a binary translation project. I want to convert > ARM binary code [*] to llvm ir, which is then translated to binary for our > mips like architecture. That's why I'm looking for a decoder for ARM > binary. > > The ARMMCDisassembler is production quality as be told by Evan. That's why > I'm so interested in it. However, I realized today that might not be a good > choice. Although the disassembled MCInsts has a clean and simple interface, > the op-codes in them are auto generated from instruction description fi...
2012 Jun 07
0
[LLVMdev] MC disassembler for ARM
...-prelinked one and have another try. > > I'm now at the start of a binary translation project. I want to convert ARM binary code [*] to llvm ir, which is then translated to binary for our mips like architecture. That's why I'm looking for a decoder for ARM binary. > > The ARMMCDisassembler is production quality as be told by Evan. That's why I'm so interested in it. However, I realized today that might not be a good choice. Although the disassembled MCInsts has a clean and simple interface, the op-codes in them are auto generated from instruction description files. They are i...
2012 Jun 08
0
[LLVMdev] MC disassembler for ARM
...nd have another try. >> >> I'm now at the start of a binary translation project. I want to convert ARM binary code [*] to llvm ir, which is then translated to binary for our mips like architecture. That's why I'm looking for a decoder for ARM binary. >> >> The ARMMCDisassembler is production quality as be told by Evan. That's why I'm so interested in it. However, I realized today that might not be a good choice. Although the disassembled MCInsts has a clean and simple interface, the op-codes in them are auto generated from instruction description files. They are i...
2012 Jun 07
0
[LLVMdev] MC disassembler for ARM
Hi David, On Thu, Jun 7, 2012 at 10:17 AM, Fan Dawei <fandawei.s at gmail.com> wrote: > Could you please tell me more about $a, $t and $d symbols? How these symbols > are used to define different regions? Where I can find this symbols in ELF > object file? At the start of each range of ARM code, an assembler or compiler should produce a "$a" symbol with that address, and
2012 Jun 07
2
[LLVMdev] MC disassembler for ARM
Hi Tim, Thanks a lot for the reply. I tested libc.so which is a shared library. llvm-objdump also report some disassemble errors. Could you please tell me more about $a, $t and $d symbols? How these symbols are used to define different regions? Where I can find this symbols in ELF object file? Thanks, David I'm now try to find a decoder of ARM instructions in oder On Thu, Jun 7, 2012