次のことを前提とします。
Elf_Section_Header *sectionHeaderTable //points to the start of a ELF section header table
Elf_Section_Header *symtabHeader //points to the start of the symtab section header
以下が関連する文字列テーブル セクション ヘッダーを指していないのはなぜですか?
Elf_Section_Header *strTabSectionHeader = (Elf_Section_Header *)((char *)sectionHeaderTable + (symtabHeader->strtab_index));
strTabSectionHeader->type == SHT_STRTAB偽に等しい
関連する文字列テーブル セクション ヘッダーを参照するにはどうすればよいですか?