PYC bytecode
Root-me challenge: A compiled crackme. Retrieve the password to validate this challenge.
Open in hex editor and use first 4 bits to identify the Python version.
Use
decompyle6
to decompile.Python code with:
K = KEY = 'I know, you love decrypting Byte Code !'
S = SOLUCE = [57, 73, 79, 16, 18, 26, 74, 50, 13, 38, 13, 79, 86, 86, 87]
I = (I + N) % len(KEY)
X = FLAG = ?