Writeup in progress
Currently making the solution for No way outand 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 No way outand 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 2023 writeups?
The executable was designed to write the flag but a few things went wrong. Use Frida to patch execution and force the binary to output the flag.
The executable was designed to send the flag to someone. Use Frida to intercept the comparison API and extract the flag at runtime.
Crack a remote password checker that only behaves correctly on the server. Use timing side-channels to recover the correct input byte by byte.
Reverse engineer a license-key validator that checks a complex algorithmic constraint over your input bytes. Solve the constraint system and generate a valid key.
A dungeon-crawler binary hides the flag in a room blocked by invisible walls. Patch the wall-collision check in Ghidra or set registers at runtime to walk through them.