Re: finding elf headers

2009-06-20 Thread Mulyadi Santosa
Hi... On 6/19/09, krushnaal pai wrote: > how to identify the files used by an elf from the headers? > where can we find the elf headers for any elf? > What do you mean by "the file used by an elf"? Dynamic libraries which are linked to the ELF binary? then you can use "ldd". For the rest of you

Re: finding elf headers

2009-06-19 Thread Rakesh Radhakrishnan
Use the readelf tool in Linux. Usage: readelf -a "elf file". Regards, Rakesh On Fri, Jun 19, 2009 at 11:39 PM, SandeepKsinha wrote: > Hi, > > Google for "libbfd". > > > > On Fri, Jun 19, 2009 at 10:26 PM, krushnaal pai > wrote: > > how to identify the files used by an elf from the headers? > >

Re: finding elf headers

2009-06-19 Thread SandeepKsinha
Hi, Google for "libbfd". On Fri, Jun 19, 2009 at 10:26 PM, krushnaal pai wrote: > how to identify the files used by an elf from the headers? > where can we find the elf headers for any elf? -- Regards, Sandeep. “To learn is to change. Education is a process that changes the le

finding elf headers

2009-06-19 Thread krushnaal pai
how to identify the files used by an elf from the headers? where can we find the elf headers for any elf?