We permutate the opcode of python2.7, and use it to encrypt the flag.. Try to recover it!
The provided pyc file could be parsed with the marshal module, yielding a code object representing a python module. Examining its co_{name,argcount,...} attributes showed that it had 3 names ('rotor', 'encrypt', 'decrypt') and four