Writeup in progress
Currently making the solution for buffer overflow 1 and the walkthrough will be published here as soon as it's ready.
Check back soon - or follow our latest updates on the homepage- to be notified when the full writeup goes live.
Currently making the solution for buffer overflow 1 and the walkthrough will be published here as soon as it's ready.
Check back soon - or follow our latest updates on the homepage- to be notified when the full writeup goes live.
Want more picoCTF 2022 writeups?
A file-storage binary has an integer underflow: read back entry 0 before writing anything to trigger an unchecked code path that prints the flag.
Overflow a local buffer just enough to trigger a SIGSEGV handler that prints the flag.
Overflow the buffer, control EIP, and pass two specific integer arguments to win() using a ROP chain.