Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 711 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 711 Bytes

dtrace-syscall-sensor

Description

A DTrace-based consumer to get information about system calls on windows.

Getting Started

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

Linux

Install clang and bpftool using the recommended method for your distribution.

Running

Open your favorite shell in privileged mode, clone the repo and execute

$ cargo run --release