LZW Reverse EngineeringReverse 未解决
分数:
0
金币:
0
题目作者:
未知
一 血:
暂无
一血奖励:
0金币
解 决:
0
提 示:
描 述:
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.
其 他:
下载