Skip to content

Comment on I made a real-time C/C++/Rust build visualizerparent

Comments

Curious, what were you using for doing syscall logging? LD_PRELOAD tricks, or ebpf filtering?

mostly strace and it's macos equivalent; Later we moved to ptrace and ebpf. LD_PRELOAD unfortunately doesn't work for statically linked libc. There are also kernel probes but didn't like that it required root permissions...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.