This repository contains simulations of various exploits for the exploit workshop.
To try the challenges, run the make command in this directory.
This will populate the /challenges directory with everything needed to try the challenges for yourself. This directory can be distributed to participants
The solutions to each challenge can also be found in this directory and can be compiled with make solutions
The slides can be found in slides.pdf.
Note that the animations have been lost, so some slides may be hard to follow.
If you are having issues, run the command export ENABLE_DEBUG_PLEASEHELPWAA=1 to enable debug mode to see what the underlying memory allocator is doing.