Re: reading elf section data
Gery <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Kristof Provost wrote: > On 2007-11-12 08:36:34 (-0500), Gery <[email protected]> wrote: > >> How to read in human format data from elf section? >> > The readelf and objdump tools should help you. > > Kristof > thank you.