#syscalls #linux #strace #ptrace #tracing

app stracers

Command-line utility to trace system calls and signals

1 unstable release

Uses new Rust 2024

0.1.0 Apr 28, 2026

#236 in Debugging

MIT/Apache

70KB
2K SLoC

stracers

Command-line utility to trace system calls and signals on Linux, built on top of stracers-core. Either spawns a child command or attaches to an existing PID, prints each syscall with its decoded arguments and return value, and follows forks on request.

Dependencies

~3MB
~63K SLoC