reverie-rs / reverie

trace and intercept linux syscalls.
Other
14 stars 5 forks source link

port bpf.c/bpf_helper.c to rust #30

Open wangbj opened 5 years ago

wangbj commented 5 years ago

They have implicit dependencies on glibc (headers), it shouldn't be hard to port them to pure rust, after that we can produce a static systrace binary.