Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 560 Bytes

File metadata and controls

12 lines (12 loc) · 560 Bytes

buffer overflow 2

Author

Sanjay C / Palash Oswal

Description

Control the return address and arguments
This time you'll need to control the arguments to the function you return to! Can you get the flag from this program? You can view source here. And connect with it using nc saturn.picoctf.net 51561

Hints

  1. Try using GDB to print out the stack once you write to it.

Approach

Watch this video and change a few things to fit the current problem.

Flag

picoCTF{argum3nt5_4_d4yZ_2a8ec317}