reverseeasy

Exatlon

hackthebox

Task: UPX-packed ELF binary that validates a password. Solution: Unpack with upx -d, find space-separated numbers in strings, decode by dividing each by 16 (reverse left shift by 4 bits).

$ ls tags/ techniques/
upx_unpackingstring_analysisarithmetic_decodingleft_shift_reversal

🔒

Permission denied (requires tier.pro)

Sign in to access full writeups

Create a free account with GitHub, then upgrade to Pro.

$ssh [email protected]