vsteffen / ft_strace

42 School project: Re-coding the strace command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

42 School project: Re-coding the strace command


Languages

Language:Objective-C 66.2%Language:C 25.3%Language:Shell 5.2%Language:Makefile 3.1%Language:Dockerfile 0.2%