Writeup in progress
Currently making the solution for breadthand 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 breadthand 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 picoMini by redpwn 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.
Escape a Unity game's invisible boundaries to reach a hidden area containing the flag. Manipulate player coordinates in Cheat Engine to teleport past walls.
A more complex custom bytecode VM with a richer instruction set. Fully emulate execution or invert the bytecode transformation to extract the hidden flag.