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: understanding the linux code

2009-03-31 Thread Rakesh Radhakrishnan
Is the earlier versions of linux code available? Can some one share that location. Regards, Rakesh On Mon, Mar 30, 2009 at 1:30 PM, Mulyadi Santosa wrote: > On Thu, Mar 26, 2009 at 1:12 PM, krushnaal pai > wrote: > > can someone plz tell me how to understand the linux hardware dependent > code