A simple implant showcasing modern C++. You'll need to install Boost, CMake, and a C++17 compiler.
Perform an out-of-source build:
mkdir build
cd build
cmake ..
make
- The book "Building C2 Implants in C++: A Primer" discusses a variant of this implant in Chapter 3: Basic Implant & Tasking.