This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

RE: disassemble binary arm-code


I just did the following.

arm-elf-objdump.exe -D -b binary temp.bin --architecture=arm | less


> -----Original Message-----
> From: ecos-discuss-owner@sources.redhat.com 
> [mailto:ecos-discuss-owner@sources.redhat.com] On Behalf Of 
> Edelmann Thomas
> Sent: Tuesday, August 14, 2001 2:12 AM
> To: 'Andrew Lunn'
> Cc: 'ecos-discuss@sourceware.cygnus.com'
> Subject: AW: [ECOS] disassemble binary arm-code
> 
> 
> Thanks for your help,
> 
> but it's not an elf-file, it's just byte code.
> 
> > -----Ursprüngliche Nachricht-----
> > Von: Andrew Lunn [mailto:andrew.lunn@ascom.ch]
> > Gesendet: Dienstag, 14. August 2001 10:01
> > An: Edelmann Thomas
> > Cc: 'ecos-discuss@sourceware.cygnus.com'
> > Betreff: Re: [ECOS] disassemble binary arm-code
> > 
> > 
> > On Tue, Aug 14, 2001 at 09:22:04AM +0200, Edelmann Thomas wrote:
> > > Hi.
> > > 
> > > I have an arm code binary file. (208 bytes)
> > > 
> > > Is it possible to disassemble the file??? How???
> > 
> > arm-elf-objdump --disassemble-all myfile
> > 
> > This assumes its an elf file produced by gcc. I think the 
> compile ARM
> > sell use some other format.
> > 
> >         Andrew
> > 
> 


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