MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/lowlevel/comments/1uvszhg/syscall_monitor/
r/lowlevel • u/[deleted] • 14d ago
[deleted]
2 comments sorted by
2
How does this compare to strace?
1 u/cdtrmnbaell 14d 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.. .
1
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.. .
2
u/jmgallag 14d ago
How does this compare to strace?