This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: OBJDUMP a bin file


   Date: Tue, 22 Feb 2000 14:44:51 +0800
   From: james <zhz@public1.sta.net.cn>

   Hi,

   I   HAVE  MADE A BIN FILE BY :
	   OBJCOPY  -S -O binary  xxx.o   XXX.BIN

   Can I  disambler the BIN file with OBJDUMP ?

You should be able to.  You will need to use `-b binary' to tell
objdump the format.  You will need to use an appropriate -m option to
tell objdump the architecture.  You will need to use -D to tell
objdump to disassemble all sections.

Ian

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]