trying to use gdb to disassemble a binary file

Robert Bu robert.bu@gmail.com
Wed Aug 8 13:10:00 GMT 2007


That's it.

Thanks!

Dave Korn 写道:
> 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



More information about the Gdb mailing list