i use the following command to see the symbol table of my binary:
readelf -s mybinary
you can see part of the output below:
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
Last activity: Dec 27, 2020, 02:37 PM