Trace function calls of child process using /proc/pid/maps and ptrace
I am trying to code a tracer for any C program that displays all the functions that are being called. Here is an example:
I am trying to code a tracer for any C program that displays all the functions that are being called. Here is an example: