← Software

ltrace

Traces library calls made by a running program.

ltrace is the library-call analogue of strace: instead of recording system calls, it records calls into shared libraries (libc, libssl, application-specific libraries). It is useful for understanding which library functions a program invokes without having source code.

It ships in most Linux distribution repositories.

License: GPL-2.0

Category: System

Website: https://gitlab.com/cespedes/ltrace

Install

Debian/Ubuntu: sudo apt install ltrace
Fedora:        sudo dnf install ltrace
Arch:          sudo pacman -S ltrace

Authors

  • Juan Cespedes (creator)
Previouslsof NextLua
Textbook of Linux — Learn Linux on iPhone — Download on the App Store