
Syscall monitor
I would like to share my Linux Syscall Monitor project with you. It's a Linux process monitoring tool written in C that uses "ptrace" to observe system calls and generate behavioral reports.
I welcome any feedback or criticism—whether it's about the code .