Read the section header string table from elf file

前端 未结 0 798
后悔当初
后悔当初 2020-12-12 05:52

I am trying to record the byte position of .strtab in an elf file. I have the following code

int section_hdr = elfHdr->e_shoff;
int num = elfHdr->e_shnu         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题