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
- Host: GitHub
- URL: https://github.com/itchyny/procout
- Owner: itchyny
- License: mit
- Created: 2017-07-30T08:48:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T02:53:47.000Z (over 8 years ago)
- Last Synced: 2025-04-04T13:13:14.824Z (about 1 year ago)
- Topics: linux, ptrace, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 28
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```

## Author
itchyny (https://github.com/itchyny)
## License
This software is released under the MIT License, see LICENSE.