How to access an applications ELF program header and ELF section header at runtime

Eduardo erocha.ssa@gmail.com
Wed Aug 19 02:59:00 GMT 2009


Hi Bharath,

Have a look at the symbols __data_start, _edata, __bss_start and _end.

Regards,
Eduardo

On Tue, Aug 18, 2009 at 11:30 AM, Bharath Ramesh<bramesh@vt.edu> wrote:
> Hi,
>        I am working on a research project which requires that I find the
> address and size of the .data and .bss section of a running application. The
> application calls a function in my library which requires this information.
> From what I have understood about ELF I can get this information from the
> ELF headers. I am wondering if there is any way I can get the information of
> an applications ELF program header and ELF section header at runtime. Any
> help on this is really appreciated. I am not subscribed to the list, it
> would be great if you can copy me on the reply.
>
> Regards,
>
> Bharath
>



More information about the Libc-help mailing list