rust-bpf / rust-bcc

user-friendly rust bindings for the bpf compiler collection
MIT License
475 stars 54 forks source link

Added Rust clone of 'execsnoop' #120

Closed e3prom closed 4 years ago

e3prom commented 4 years ago

Hello,

Regards.

jvns commented 4 years ago

Awesome! We've been putting implementations of new tools in https://github.com/rust-bpf/bpf-tools instead -- mind moving this PR there?

e3prom commented 4 years ago

I don't mind moving it (I can make another PR if necessary). I also noticed the 'Multimap' crate must be added to the dependencies.

brayniac commented 4 years ago

@e3prom yes, you'd need to open a new PR against the rust-bpf/bpf-tools repo.

e3prom commented 4 years ago

Created new PR at https://github.com/rust-bpf/bpf-tools/pull/12

brayniac commented 4 years ago

Closing this PR in favor of the one in the bpf-tools repo.