String table in ELF
问题 I get some symbol and I get the hexedit of an elf file. How can I know in which section this symbol appear? What is the different between strtab and shstrtab ? there is also an array of symbol strings? When I get index in the names table, is it index in strtab or shstrtab ? 回答1: For the first question, we would need the hexedit of the elf file to understand properly. For the second question - strtab stands for String Table shstrtab stands for Section Header String table. When we read ELF