Warning
This tool was created for fun and learning purposes only.
syscall_tracer is a simple Linux syscall tracer written in C for x86_64 programs.
It uses ptrace to intercept and log system calls executed by a target process.
# clone the repo
$ git clone https://github.com/utox39/syscall_tracer.git
# cd to the path
cd path/to/syscall_tracer
# Build syscall_tracer
makeusage: ./syscall_tracer <executable/program$ syscall_tracer ./hello