ltrace-x86
Trace the Library and System Calls a Program Makes


Ltrace is a program that runs the specified command until it exits. It intercepts and records the dynamic library calls that are called by the executed process and the signals that are received by that process. It can also intercept and print the system calls executed by the program. The program to trace need not be recompiled for this, so you can use ltrace on binaries for which you do not have access to the source. This is still a work in progress, so, for example, the tracking to child processes may fail or some things may not work as expected. Authors: -------- Juan Cespedes

GPL v2 or later

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...