mirror of
https://github.com/Farhan291/ministrace.git
synced 2026-05-16 09:25:52 +00:00
a simple strace implementation in C using ptrace.
- C 100%
| .gitignore | ||
| main.c | ||
| mstrace.png | ||
| README.md | ||
| test.c | ||
Ministrace
a simple strace implementation in C using ptrace.
Usage
gcc main.c -o ministrace
gcc test.c -o test
./ministrace ./test
