donIV-cli
A shared library injector for Linux.
Building
- Change directory to the root directory of this project
mkdir build
cmake -S . -B build/
cd build
make
References
- Man pages: ptrace(2), wait(2), syscalls(2), syscall(2)
- https://x64.syscall.sh/
Languages
C++
89%
CMake
4.7%
Python
4.1%
Assembly
2.2%