| ID: | 13933 |
|---|---|
| 标题: | [GoogleCTF 2017 quals]Counting |
| 描述: | This strange program was found, which apparently specialises in counting. In order to find the flag, you need to output find what the output of ./counter 9009131337 is. Update: Seems we have a minor bug in Counting - 32-bit truncation on getting the argument from command line. To get the flag you need to calculate the result of executing code for the full 64-bit 9009131337 value as the description states. A result for a truncated 32-bit value won't give you the correct result. We apologize for the inconvenience. 得到的flag使用NSSCTF{}格式提交。 |
| 类型: | REVERSE |
| 网站: | NSSCTF |
| 题目链接: | https://www.nssctf.cn/problem/2212 |
| 赛事: | GoogleCTF |
| 年度: | 2017 |
| Flag值: | CTF{000000000000000d} |
| writeup: | https://ctftime.org/writeup/6827 |