Ltrace

ltrace is a debugging utility in Linux, used to display the calls a userspace application makes to shared libraries. == Overview == It does this by hooking into the dynamic loading system, allowing it to insert shims which display the parameters which the applications uses when making the call, and the return value which the library call reports.

Source: Wikipedia — Ltrace (CC BY-SA 4.0)

Ltrace

ltrace is a debugging utility in Linux, used to display the calls a userspace application makes to shared libraries. == Overview == It does this by hooking into the dynamic loading system, allowing it to insert shims which display the parameters which the applications uses when making the call, and the return value which the library call reports.

Source: Wikipedia "Ltrace" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy