Rating:

On Lockdown

This is a simple buffer overflow. We can overwrite the buffer with 64 placeholder bytes and then write 0xdeadbabe to the lock.

You can see my solution script here.

FLAG

DawgCTF{s3ri0u$ly_st@y_h0m3}

Original writeup (https://github.com/Jord4563/CTF-writeups/tree/master/DawgCTF2020/on-lockdown).