reversePromedium
Happy New Year
grodno_new_year_2026
Task: ELF binary with anti-debug protection that encrypts a flag using XOR with position-dependent key and ROL-3 bit rotation. Solution: Reversed the algorithm (ROR-3 then XOR with 0x67+i), discovered a SAR vs SHR compiler bug that broke verification, and patched the binary to confirm the correct decrypted flag.
$ ls tags/ techniques/
static_analysisalgorithm_reversalbug_exploitationbinary_patching
🔒
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]ChristmasRSA— grodno_new_year_2026
- [pwn][Pro]New year party— grodno_new_year_2026
- [pwn][Pro]New year show— grodno_new_year_2026
- [reverse][Pro]Grinch Attack— grodno_new_year_2026
- [reverse][Pro]Reverse Me— taipanbyte