/smashing_the_stack

Tests following the smashing the stack paper

Primary LanguageCMIT LicenseMIT

Introduction

Tests following the smashing the stack paper (see docs folder for the paper)

Compiling

cd $REPO  # the git repository
mkdir build
cd build
cmake -G "Unix Makefiles" ../
make

Directory structure

  • smash - all the source files
  • docs - relevant info about following the paper on a newer machine
  • CMakeLists.txt - The main CMake file that builds everything
  • README.md - This readme