reversePromedium
Huffpuff
spbctf
Task: 64-bit ELF that computes custom Huffman codes for a fixed internal string and prints only code integers plus the encoded bitstream. Solution: reverse the exact heap tie-breaking and bit-building logic, reconstruct a consistent prefix code table, then decode the stream into the final sentence.
$ ls tags/ techniques/
reverse_engineeringhuffman_tree_reconstructionprefix_code_decodingknown_plaintext_recovery
🔒
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
- [reverse][Pro]Basic— spbctf
- [reverse][Pro]Broken Tree— grodno_new_year_2026
- [reverse][free]cf madness— pingctf2026
- [reverse][Pro]spbctf_2_x86— spbctf
- [reverse][Pro]Const— spbctf