ltrace

About

ltrace intercepts and records dynamic library calls which are called by an executed process and the signals received by that process. It can also intercept and print the system calls executed by the program.

ltrace was originally authored by Juan Cespedes.

Getting it

Latest stable version is 0.7.3. You can download it here.

Your Linux distribution will probably have it available. If using Debian or Ubuntu, you can install it with "apt-get install ltrace"

GIT access is available via gitlab.com/cespedes/ltrace.

If you have contributions to make, please contact Juan Cespedes.


Last modified: Fri Jul 19 08:10:22 CEST 2019