ltrace

Intercepts and records dynamic library calls and signals received by an executed process, and can also print system calls executed by the program for debugging purposes.

Made by Unknown Author

  • os-kernel

  • system-utilities

What is ltrace?

The app provides a powerful tool for developers and software engineers to analyze the runtime behavior of their applications. It intercepts and records the dynamic library calls made by an executed process, as well as the signals received by that process. Additionally, it has the capability to intercept and print the system calls executed by the program. This comprehensive functionality enables users to gain valuable insights into the inner workings of their software, facilitating efficient debugging and optimizing application performance

Highlights

  • Intercepts and records dynamic library calls made by an executed process
  • Captures signals received by the executed process
  • Intercepts and prints system calls executed by the program
  • Enables in-depth analysis of runtime application behavior for debugging and optimization

Platforms

  • Linux
  • BSD
  • FreeBSD

Languages

  • English

Features

    • Debugging