project sekai 2023

This commit is contained in:
Simon Hünecke
2023-08-27 15:42:44 +02:00
commit 62ab804867
23 changed files with 539 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
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.