Need to read .symtab
- by user361190
I am frustrated. I have a simple doubt ..
I compile a simple program with gcc and if I see the section header using objdump, it does not show the section ".symtab". for the same a.out file, readelf shows the section. see the below snip -
[25] .symtab SYMTAB 00000000 000ca4 000480 10 26 2c 4
[26] .strtab …