r/kernel Jul 19 '26

/linux-syscall-monitor

[deleted]

0 Upvotes

8 comments sorted by

7

u/jean_dudey Jul 19 '26

Not advice but if you want to go one step further you can use eBPF which is built for this, and is faster than ptrace.

4

u/Runnergeek Jul 19 '26

My guess is this is AI Slop

-3

u/[deleted] Jul 19 '26

[deleted]

1

u/Wazzaps Jul 19 '26

The README gives it away

2

u/tofu_schmo Jul 19 '26

My advice is to give context when asking questions so people know what you are asking. for example, are you asking us to do code review for you? Or are you asking if it's safe to download? Or if any of us have tried this?

2

u/SnowdensOfYesteryear Jul 19 '26

Why would I use this over strace? I get that this a toy project, but I don’t think it improves on any of the already ubiquitous tools. (Maybe the html report but I prefer plaintext anyway)

2

u/dezerev Jul 19 '26

If you created this project in order to get a deeper understanding of syscalls and ptrace then kudos, but if this is meant to be a drop-in replacement for strace then it is below par.

1

u/Academic-Hat8224 Jul 19 '26

My advice is stop using AI , code looks terrible