# 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/