/ft_strace

42 School project: Re-coding the strace command

Primary LanguageObjective-C

ft_strace

42 School project. From the subject (also available in french):

Strace is a debugging tool under Linux to monitor system calls use by a program, and all the signals it receives, similar to the tool truss on other Unix systems. It was made possible through a feature of the Linux kernel called ptrace.