picoCTF - Reverse Engineering
picoCTF reverse-engineering challenge writeups.
Add/On Trap Writeup
picoCTF Add On Trap writeup analyzing a binary with anti-debugging traps and reversing the validation to extract the correct flag.
Autorev 1 Writeup
picoCTF AutoRev 1 writeup using automated reverse engineering tools like angr or Z3 to solve constraint-based flag validation.
Binary Instrumentation 3 (bin-ins3.zip) Writeup
picoCTF Binary Instrumentation 3 writeup using dynamic binary instrumentation tools like Frida or Pin to trace and solve the challenge.
Binary Instrumentation 4 (bin-ins4.zip) Writeup
picoCTF Binary Instrumentation 4 writeup applying advanced instrumentation techniques to hook functions and extract the flag at runtime.
Bypass Me Writeup
picoCTF Bypass Me writeup patching or reversing binary validation logic to bypass authentication checks and reveal the flag.
Gatekeeper Reverse Engineering Writeup
picoCTF Gatekeeper writeup reversing a gatekeeper binary with multiple validation stages to find the correct input sequence for the flag.
Hidden Cipher 1 Writeup
picoCTF Hidden Cipher 1 writeup reversing an encryption algorithm to decode the hidden flag from ciphertext output.
Hidden Cipher 2 Writeup
picoCTF Hidden Cipher 2 writeup tackling a more complex cipher implementation requiring deeper static analysis to reverse the encoding.
JITFP Writeup
picoCTF JITFP writeup reversing a just-in-time compiled program, analyzing dynamically generated code to understand flag computation.
Secure Password Database Writeup
picoCTF Secure Password Database writeup reversing a password database application to extract stored credentials and recover the flag.
Silent Stream Writeup
picoCTF Silent Stream writeup recovering hidden data from a binary that outputs the flag through non-obvious channels or side effects.