pete icon indicating copy to clipboard operation
pete copied to clipboard

Add support for `SEIZE`, `INTERRUPT`, `LISTEN` requests

Open ranweiler opened this issue 5 years ago • 1 comments

Right now, the nix crate only provides ptrace::seize().

We could implement the others via raw calls to libc. It'd be better to wait / help nix grow support for these calls, include the missing PTRACE_EVENT_STOP variant of Event.

ranweiler avatar Nov 15 '20 23:11 ranweiler