Environment requirements for running exploits
masterThe source code in this repository is designed to run on an Ubuntu-based Live Linux Distro. To ensure the exploits function as intended, you should use an environment with GCC version 3.3.6.
Warning on GCC versions: Using modern compilers like GCC 4+ may prevent the exploits from working. Modern GCC versions include buffer overflow detection (stack-smashing protection) that will cause a segmentation fault instead of allowing the buffer to overflow. For reliable testing of the exploits, use the provided VM or an environment with the specified legacy GCC version.