11 writeups

picoCTF - Reverse Engineering

picoCTF reverse-engineering challenge writeups.

picoCTF - Reverse Engineering

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.

Read →
picoCTF - Reverse Engineering

Autorev 1 Writeup

picoCTF AutoRev 1 writeup using automated reverse engineering tools like angr or Z3 to solve constraint-based flag validation.

Read →
picoCTF - Reverse Engineering

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.

Read →
picoCTF - Reverse Engineering

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.

Read →
picoCTF - Reverse Engineering

Bypass Me Writeup

picoCTF Bypass Me writeup patching or reversing binary validation logic to bypass authentication checks and reveal the flag.

Read →
picoCTF - Reverse Engineering

Gatekeeper Reverse Engineering Writeup

picoCTF Gatekeeper writeup reversing a gatekeeper binary with multiple validation stages to find the correct input sequence for the flag.

Read →
picoCTF - Reverse Engineering

Hidden Cipher 1 Writeup

picoCTF Hidden Cipher 1 writeup reversing an encryption algorithm to decode the hidden flag from ciphertext output.

Read →
picoCTF - Reverse Engineering

Hidden Cipher 2 Writeup

picoCTF Hidden Cipher 2 writeup tackling a more complex cipher implementation requiring deeper static analysis to reverse the encoding.

Read →
picoCTF - Reverse Engineering

JITFP Writeup

picoCTF JITFP writeup reversing a just-in-time compiled program, analyzing dynamically generated code to understand flag computation.

Read →
picoCTF - Reverse Engineering

Secure Password Database Writeup

picoCTF Secure Password Database writeup reversing a password database application to extract stored credentials and recover the flag.

Read →
picoCTF - Reverse Engineering

Silent Stream Writeup

picoCTF Silent Stream writeup recovering hidden data from a binary that outputs the flag through non-obvious channels or side effects.

Read →