ft_strace is a simple implementation of the strace command. It allows you to trace the execution of a program and the system calls it makes.
make
⚠️ This project only works on Linux
make debug
This will generate a binary with debug symbols (./ft_strace_debug)
make unit
This will run test for libft and ft_strace
./ft_strace -h
./ft_strace ls
./ft_strace -c ls