A classic 64-bit buffer overflow with no stack canary and no PIE. The binary contains a win() function that spawns a shell.
Full RELRO, stack canary, and NX are all enabled. Build a ROP chain using gadgets from the binary and libc to call system("/bin/sh").