C++ Buffer Overflow Demo Build and Run To build the project, C++ compiler and Cmake are required. The project can be built using the following commands: mkdir build cd build cmake .. cmake --build . ./BufferOverflowDemo