donIV-cli/README.md
2025-01-31 18:28:43 +00:00

17 lines
288 B
Markdown

# donIV-cli
A shared library injector for Linux.
## Building
1. Change directory to the root directory of this project
2. `mkdir build`
3. `cmake -S . -B build/`
4. `cd build`
5. `make`
## References
- Man pages: ptrace(2), wait(2), syscalls(2), syscall(2)
- https://x64.syscall.sh/