-----Original Message-----
From: amitesh singh [mailto:[EMAIL PROTECTED] 
Sent: Saturday, September 04, 2004 6:08 PM
To: DVenkatasubramanian
Subject: Re: RE: [ilugd] Playing with ELF binaries


 
>Sir i mean open 'a.out' using HEXEDIT and change it according to ur
intrest.. 

The brief overview of the ELF format specifications can be found at :

http://www.skyfree.org/linux/references/ELF_Format.pdf

The DWARF Debugging Information format can be found at :

http://www.eagercon.com/dwarf/dwarf3std.htm

You can use a program called readelf to read the ELF file and output the
contents in a human-readable form. It is part of the binutils package
(which contains the asembler, linker, loader and such utilities). Use it
to get the placement of sections in the ELF file and to read the DWARF
information. 

-- Venky

>Amitesh

On Fri, 03 Sep 2004 DVenkatasubramanian wrote :
>
>
> >-----Original Message-----
> >From: [EMAIL PROTECTED]
> >[mailto:[EMAIL PROTECTED]
> >On Behalf Of amitesh singh
> >Sent: Friday, September 03, 2004 10:13 AM
> >To: [EMAIL PROTECTED]
> >Subject: [ilugd] Playing with ELF binaries
> >
> >
> >
> >Hi to all
> >  Is it possible to change ELF binaries in LINUX..??
>
>What do you mean by change? Be more specific.
>
> >
> >Regards
> >
> >Amitesh
> >
> >_______________________________________________
> >ilugd mailinglist -- [EMAIL PROTECTED]
> >http://frodo.hserus.net/mailman/listinfo/ilugd
> >Archives at:
> >http://news.gmane.org/gmane.user-groups.linux.delhi
> >http://www.mail-archive.com/[EMAIL PROTECTED]>delhi.org/
> >
>



 


_______________________________________________
ilugd mailinglist -- [EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/[EMAIL PROTECTED]/

Reply via email to