[U-Boot] Good dissassambler

Mike Frysinger vapier at gentoo.org
Tue Jul 12 01:33:30 CEST 2011


On Monday, July 11, 2011 19:29:18 Raleigh Boulware wrote:
> > Raleigh Boulware wrote:
> > > Hey do you know of a good dissassmbler for looking at these ROM binary
> > > fil es? I have tried Ida on the web and others and they have not been
> > > able accu rately dissassamble the BIN files.
> > 
> > objdump ?
> 
> Does objdump work on the raw rom 'u-boot.bin' files? i thought it was for
> only object files

use -D and manually specify -m/-b and it'll disassemble the entire file as 
code.  you'll need to ignore the data-decoded-as-code regions yourself.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20110711/0ddf91bc/attachment.pgp 


More information about the U-Boot mailing list