unpackme.py - PicoCTF 2022 (rev)
Description
Can you get the flag?Reverse engineer thisĀ Python program.
Solution
Replace the call to exec
with print
. When run the program will output the unpacked code containing the flag.
Final flag: picoCTF{175_chr157m45_85f5d0ac}