Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 461 Bytes

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.

 $ sudo procout [pid]

procout example

Author

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

License

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