trying to use gdb to disassemble a binary file
Dave Korn
dave.korn@artimi.com
Wed Aug 8 12:13:00 GMT 2007
On 08 August 2007 10:07, Robert Bu wrote:
> I can get the architecture information on my MIPS by
> "mips-elf-objcopy -I binary -O elf32-bigmips -B mips test.bin test.elf"
>
> However, is that possible to designate the entrypoint(start address) for
> the ELF file? The default seems to be 0x0.
The man page suggests there is a "--set-start" option that sounds like it
should do what you want; have you tried it?
cheers,
DaveK
--
Can't think of a witty .sigline today....
More information about the Gdb
mailing list