ltrace alternatives
ltrace is a tool that intercepts and logs dynamic library calls made by a running process, as well as the signals it receives. It also captures and displays system calls executed by the program. It is commonly used for debugging purposes.