Skip to content

A DTrace based consumer to get information about systemcalls on Windows and Linux.

License

Notifications You must be signed in to change notification settings

SubconsciousCompute/dtrace-syscall-sensor-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A DTrace based consumer to get information about systemcalls on Windows and Linux.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published