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 debugThis will generate a binary with debug symbols (./ft_strace_debug)
make unitThis will run test for libft and ft_strace
./ft_strace -h./ft_strace ls./ft_strace -c ls