# sniper **Repository Path**: zhangwenda2024/sniper ## Basic Information - **Project Name**: sniper - **Description**: Print the output of a running process. Inspired by https://github.com/rapiz1/catp - **Primary Language**: C - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-25 - **Last Updated**: 2023-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sniper Print the output of a running process. This is just a toy for learning system calls, which is inspired by https://github.com/rapiz1/catp , and is also a C copy of it. ## How to use it? ```console Print the output of a running process Usage: sniper [OPTIONS] PID Options: -v Print verbose debug output. -h Print this help message and exit. ``` ## How to build it? ```console $ make $ make test # run a demo ```