This repository contains stack smashing challenges targeting binaries secured with StackGuard a compiler technique introduced in 1998.
- Analyze the binaries
- Look at the source code of the challenges
- Use the templates to develop your own exploit
- Have fun
No protection | SG terminator canary | SG random canary | |
---|---|---|---|
challenge-1.c | 💥 | 💥 | 💥 |
challenge-2.c | 💥 | 💥 | 💥 |
challenge-3.c | 💥 | - | - |
challenge-4.c | 💥 | 💥 | - |
challenge-5.c | 💥 | 💥 | 💥 |
(Feel free to add your exploit, new challenges and update this table)
You can find possible solutions here