An open API service indexing awesome lists of open source software.

https://github.com/itchyny/procout

procout peeks write(2) of another process using ptrace(2), written in Rust
https://github.com/itchyny/procout

linux ptrace rust

Last synced: 10 months ago
JSON representation

procout peeks write(2) of another process using ptrace(2), written in Rust

Awesome Lists containing this project

README

          

# procout
_process output_

### procout peeks write(2) of another process
This is my hobby project to learn how ptrace(2) works and how can I use it from Rust.
Supports Linux on x86-64.

```sh
$ sudo procout [pid]
```

![procout example](https://user-images.githubusercontent.com/375258/28751937-007fd6ec-754f-11e7-9806-30c296832874.gif)

## Author
itchyny (https://github.com/itchyny)

## License
This software is released under the MIT License, see LICENSE.