Objdump

From dreamcast.wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Random Snippets

  • using Objdump to disassemble part of a file, showing how to change the start and stop offsets and also changing from what address we are basing this on
sh-elf-objdump -D -b binary -m sh4 -EL --adjust-vma=0x8c008000 --start-address=0x8c00b800 --stop-address=0x8c00b830  IP.BIN