| ID: | 2134 |
|---|---|
| 标题: | filelen |
| 描述: | Challenge Details I'm new to C so I wrote a very simple program that finds the length of a file in centimeters. The program is so simple that nothing could go wrong :D |
| 类型: | CTF-2023 |
| 网站: | bugku |
| 题目链接: | https://ctf.bugku.com/challenges/detail/id/2281.html |
| 赛事: | Welcome |
| 年度: | None |
| Flag值: | FileLen函数返回文件大小,若文件已打开则使用LOF函数 |
| writeup: |
https://www.51test.net/show/320649.html web.xml中 https://blog.51cto.com/u_15769923/5630162 |