From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Trenton D. Adams" To: "'Grant Edwards'" , "'Trenton D. Adams'" Cc: "'eCos Discussion'" Subject: RE: [ECOS] objdump for binary file Date: Tue, 21 Aug 2001 13:05:00 -0000 Message-id: <000801c12a7c$99c8ceb0$090110ac@TRENT> References: <20010821143446.A922@visi.com> X-SW-Source: 2001-08/msg00708.html Ok, if the arm-elf tools can't do it, how would I do it? I want to reverse engineer a driver for the PCMCIA controller I'm using. I think it's in plain binary form, but I'm not sure. -----Original Message----- From: ecos-discuss-owner@sources.redhat.com [ mailto:ecos-discuss-owner@sources.redhat.com ] On Behalf Of Grant Edwards Sent: Tuesday, August 21, 2001 1:35 PM To: Trenton D. Adams Cc: 'eCos Discussion' Subject: Re: [ECOS] objdump for binary file On Tue, Aug 21, 2001 at 01:23:22PM -0600, Trenton D. Adams wrote: > I compiled an eCos program and then copied it to a binary file. Is > there a way of dumping the assembly now? No. Run arm-elf-objdump --source on the ELF file. -- Grant Edwards grante@visi.com