reverseProeasy
Matryoshka
duckerz
Task: reverse a chain of transformations applied by a Python bytecode program. Solution: decompile the .pyc file with uncompyle6, then apply inverse operations in reverse order (from_binary, atbash, reverse, rot13_inverse, xor, from_hex) to decrypt the encoded data.
$ ls tags/ techniques/
pyc_decompilationreverse_cipher_chaininverse_function_construction
🔒
Permission denied (requires tier.pro)
Sign in to access full writeups
Sign in with GitHub to continue. No email required.
$sign in$ grep --similar
Similar writeups
- [crypto][Pro]Обратный шифр (Reverse Cipher)— duckerz
- [crypto][Pro]Туда-сюда— duckerz
- [forensics][Pro]Evil Matryoshka— taipanbyte
- [reverse][Pro]Я работаю в криптовалюте (I work in cryptocurrency)— hackerlab
- [crypto][free]BabyEncryption— hackthebox