Hi, Is there a way to force llvm-objdump to disassemble a file regardless of its detected object format? With binutils, you can do: objdump -D -b binary -m mips:isa64r2 file to force disassembly. You can also provide starting and ending addresses. Thanks, Mark Laws -- |v\ /\ |\ |< |_ /\ \^| //
On Wed, Oct 15, 2014 at 6:45 PM, Mark Laws <mdl at 60hz.org> wrote:> Hi, > > Is there a way to force llvm-objdump to disassemble a file regardless > of its detected object format? With binutils, you can do: > > objdump -D -b binary -m mips:isa64r2 file > > to force disassembly. You can also provide starting and ending addresses. > > Thanks, > Mark Lawsllvm-objdump does not currently support anything like this. It would be a great addition though. - Michael Spencer