Sample Header Ad - 728x90

the value of system calls are 0 in symbol table

0 votes
1 answer
341 views
i use the following command to see the symbol table of my binary: readelf -s mybinary you can see part of the output below: enter image description here as you can see the value of all system calls such as printf and exit are 00000000. but i want to find the address of this system calls. what should i do? i search a lot but i don't find any thing.
Asked by sarahh (1 rep)
Dec 27, 2020, 01:49 PM
Last activity: Dec 27, 2020, 02:37 PM