This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: trying to use gdb to disassemble a binary file


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]