CTF-All-In-One/doc/6.2.7_re_codegatectf2018_redvelvet.md

18 lines
484 B
Markdown
Raw Normal View History

2018-05-22 14:21:13 +07:00
# 6.2.7 re CodegateCTF2018 RedVelvet
- [题目解析](#题目解析)
- [参考资料](#参考资料)
[下载文件](../src/writeup/6.2.7_re_codegatectf2018_redvelvet)
## 题目解析
2018-08-05 16:43:10 +07:00
```text
$ file RedVelvet
2018-05-22 14:21:13 +07:00
RedVelvet: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=84e7ef91c33878cf9eefc00a7a450895aa573494, not stripped
```
## 参考资料
2018-08-05 16:43:10 +07:00
- <https://ctftime.org/task/5231>