[LLVMdev] forcing llvm-objdump to disassemble (original) (raw)
Mark Laws mdl at 60hz.org
Wed Oct 15 18:45:17 PDT 2014
- Previous message: [LLVMdev] section relative expressions
- Next message: [LLVMdev] forcing llvm-objdump to disassemble
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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\ /\ |\ |< | /\ ^| //
- Previous message: [LLVMdev] section relative expressions
- Next message: [LLVMdev] forcing llvm-objdump to disassemble
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]