Author | Difficulty | Points | Solves | First Blood | Time to Blood |
---|---|---|---|---|---|
Zafirr | Expert (4) | 500 | 2 | Maltese Prison Escapees | 41 hours |
C++20 introduced coroutines, I cant wait to abuse them!
❖ Note
Challenge is running on Ubuntu 22.04 latest.
Hint
- To get a leak, look into c++ Small String Optimization.
- Lambda capture variable is stored in the stack, you can overwrite it somehow. if you figure out what its overwritten with, solving this is straightforward.