77344e482b
ltrace is a debugging tool that traces library calls in ELF32 executables. It intercepts and records the dynamic library calls from the executed process. It can also intercept and print system calls. (This is for Linux.)
4 lines
202 B
Text
4 lines
202 B
Text
ltrace is a debugging tool that traces library calls in ELF32
|
|
executables. It intercepts and records the dynamic library calls
|
|
from the executed process. It can also intercept and print system
|
|
calls.
|