Hi, I’ve been practising some buffer overflow lately, and recently started practising the protostar exercises. And well, it went well until the third stack exercise. I’ve followed multiple tutorials, and tried in both 32 and 64 bit os. The response I get is:
calling function pointer, jumping to 0x000011b9
segmentation fault
I tracked that address to be the start of the win function, however I’m not getting the function to run for some reason.