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