Re: reading elf section data
Glynn Clements <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Gery wrote: > How to read in human format data from elf section? Can you be more specific? What kind of data? What format? objdump and readelf can provide a lot of information about ELF files, but they can't decode every type of data which could conceivably be stored in an ELF file. -- Glynn Clements <[email protected]>