Skip to main content
  1. CTF Writeups/
  2. BITSCTF 2025/

Baby Rev

·
Rev 50pt 233 Solves Obfuscation
subzcuber
Author
subzcuber
i like to imagine i’m funny

Baby Rev
#

Points: 50

Solves: 233


In the chall.py we notice

# Python obfuscation by freecodingtools.org

Which shows me that they used this to obfuscate the challenge program.

I was sure other people would have created a script to reverse this since the obfuscation didn’t look too strong, just repetitive, and that led me to find freedcodingtools-python-deobfuscator by a2heus

I used the provided decompress.py script to get the flag

# Online Python Compiler

print("Hello, World!")
# BITSCTF{obfuscation_and_then_some_more_obfuscation_4a4a4a4a}

BITSCTF{obfuscation_and_then_some_more_obfuscation_4a4a4a4a}
Reply by Email

Related

Concoction
Rev Ghidra
ViruS Camp
Dfir 205pt 143 Solves Vscode Extension
vscode extension
Baby DFIR
Dfir 50pt 258 Solves Disk Ad1
basic ad1