radareorg / r2pipe.rs

Rust crate for r2pipe
Other
45 stars 19 forks source link

allow takeing Pipe child process handle #41

Closed xermicus closed 3 years ago

xermicus commented 3 years ago

Detailed description

Allow the to take the child process handle from R2Pipe::Pipe. This optionally gives control over the child process over to the library user. Without this it is not (easy) possible to kill stuck r2 analysis process, for example.

...

Test plan

...

Closing issues

...

meme commented 3 years ago

Thanks!