Tags: pwntools pwn ret2win 

Rating:

We use a buffer overflow to overwrite the instruction pointer with the address of a function called `secret_recipe`, which prints the flag.

Take a look at the original writeup for a detailed explanation.

Original writeup (https://github.com/SababaSec/ctf-writeups/tree/master/2020/H@cktivityCon-CTF/Binary%20Exploitation/Pancakes).