stracers-core
Library for tracing system calls and signals on Linux via ptrace. Provides a
Tracer that spawns a child or attaches to a running process, runs the wait
loop, and yields a decoded SyscallEvent for each completed syscall. Used by
the stracers command-line tool. Supports x86_64 and aarch64.