stracers-core 0.1.0

Library for tracing system calls and signals
Documentation
1
2
3
4
5
6
# 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`](../cli) command-line tool. Supports `x86_64` and `aarch64`.