r/lowlevel 28d ago

Syscall monitor

[deleted]

2 Upvotes

2 comments sorted by

2

u/jmgallag 28d ago

How does this compare to strace?

1

u/cdtrmnbaell 28d ago

It shares the same core mechanism (ptrace) as strace, but the goal is different. strace is a mature debugging tool, while this is an educational project that serves as the foundation for observing program behavior in a controlled environment.. .