Files
CTF/Project Sekai 2023/Binary Exploitation/Algorithm Multitool/README.md
2023-08-27 15:42:44 +02:00

8 lines
286 B
Markdown

C++20 introduced coroutines, I cant wait to abuse them!
1. To get a leak, look into c++ Small String Optimization.
2. 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.