| ID: | 787 |
|---|---|
| 标题: | Labyrinth |
| 描述: | To get the flag you'll need to get to the end of a maz- five randomly generated mazes within five minutes. This is an automatic reversing challenge. You will be provided an ELF as a hex string. You should analyze it, construct an input to make it terminate with exit(0), and then respond with your input in the same format. You will need to solve five binaries within a five minute timeout. |
| 类型: | Reverse |
| 网站: | bugku |
| 题目链接: | https://ctf.bugku.com/challenges/detail/id/918.html |
| 赛事: | TAMUctf2022 |
| 年度: | 2022 |
| Flag值: | 无 |
| writeup: | 验证后的网址 TAMUctf 2022 Labyrinth的解题核心是通过分析ELF二进制文件的控制流路径,自动化生成满足条件的输入以到达exit(0)。具体步骤包括: |