What are the meanings of the columns of the symbol table displayed by readelf?

后端 未结 4 981
情歌与酒
情歌与酒 2020-12-23 03:16

Could someone explain the columns shown of the symbol table using readelf?

4条回答
  •  死守一世寂寞
    2020-12-23 04:05

    You can either:

    man readelf
    

    or look at these tutorials:

    • The ELF Object File Format by Dissection
    • Understanding ELF using readelf and objdump.

提交回复
热议问题