View Single Post
  #3 (permalink)  
Old 02-01-2010, 02:41 AM
Shadow_Walker's Avatar
Shadow_Walker
Lurker
Offline
Threadstarter
 
Join Date: Jan 2010
Posts: 21
Reputation: 0
Shadow_Walker is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: LG Dare Porting Project

I was able to use Strip and this is what i got..

C:\Dev-Cpp\bin>strip --info c:\vx9700wp\vx970v06_05.bin
BFD header file version 2.15.91 20040904
pe-i386
(header little endian, data little endian)
i386
pei-i386
(header little endian, data little endian)
i386
elf32-i386
(header little endian, data little endian)
i386
elf32-little
(header little endian, data little endian)
i386
elf32-big
(header big endian, data big endian)
i386
srec
(header endianness unknown, data endianness unknown)
i386
symbolsrec
(header endianness unknown, data endianness unknown)
i386
tekhex
(header endianness unknown, data endianness unknown)
i386
binary
(header endianness unknown, data endianness unknown)
i386
ihex
(header endianness unknown, data endianness unknown)
i386

pe-i386 pei-i386 elf32-i386 elf32-little elf32-big srec
i386 pe-i386 pei-i386 elf32-i386 elf32-little elf32-big srec

symbolsrec tekhex binary ihex
i386 symbolsrec tekhex binary ihex

------------------------------------------------------------

Is there a way to get the Offsets of each area.. I figure that the Elf selections is AMSS but I did not see any options that would give me the offsets and size.

Any one care to help