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


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.

> ------------------------------------------------------------------------
>
> 主题:
> RE: trying to use gdb to disassemble a binary file
> 发件人:
> "Fahd Abidi" <fabidi@ultsol.com>
> 日期:
> Mon, 06 Aug 2007 17:00:07 -0400
> 收件人:
> <gdb@sourceware.org>
>
> 收件人:
> <gdb@sourceware.org>
>
>
> Thanks to the both of you. The objdump command worked.
>
> I tried the objcopy before I emailed and converted the binary file to an
> ELF format but for some reason the architecture would not get written to
> the created elf file:
>
> PPC_440-bojcopy -I binary -O elf32-powerpc -B powerpc file file.elf
>
> trying to do an "objdump -f" showed that there was no architecture
> information copied over. Trying to disassemble this resulted in an error
> saying the architecture was unknown. Probably this was a problem with my
> tools so I won't worry about it. And it would have to go on another
> thread anyhow.
>
> Thanks again.
>
> Fahd
>
>

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