| ID: | 2529 |
|---|---|
| 标题: | LZW Reverse Engineering |
| 描述: | This Capture The Flag (CTF) challenge involves reverse engineering a binary that uses the LZW (Lempel-Ziv-Welch) compression algorithm to encrypt a flag. Participants are provided with the compiled encoder binary ( lizwol ) and the encrypted flag ( flag.enc ). Additionally, the solution includes the source code for both the original challenge and the solve program, which decrypts the encrypted flag. |
| 类型: | Reverse |
| 网站: | bugku |
| 题目链接: | https://ctf.bugku.com/challenges/detail/id/2711.html |
| 赛事: | N0PSctf2024 |
| 年度: | 2024 |
| Flag值: | zsctf{T9is_tOpic_1s_v5ry_int7resting_b6t_others_are_n0t} |
| writeup: | https://blog.csdn.net/weixin_42621117/article/details/99768988#0x2game |