A DTrace-based consumer to get information about system calls on windows.
Make sure you have the prerequisites for libdtrace-rs setup.
You need to place dtrace.dll
file inside the executable directory manually. It can be found at ./target/$PROFILE/build/libdtrace_rs-<hash>/out/dtrace.dll
Install clang
and bpftool
using the recommended method for your distribution.
Open your favorite shell in privileged mode, clone the repo and execute
$ cargo run --release