mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +07:00
18 lines
484 B
Markdown
18 lines
484 B
Markdown
# 6.2.7 re CodegateCTF2018 RedVelvet
|
|
|
|
- [题目解析](#题目解析)
|
|
- [参考资料](#参考资料)
|
|
|
|
[下载文件](../src/writeup/6.2.7_re_codegatectf2018_redvelvet)
|
|
|
|
## 题目解析
|
|
|
|
```text
|
|
$ file RedVelvet
|
|
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
|
|
```
|
|
|
|
## 参考资料
|
|
|
|
- <https://ctftime.org/task/5231>
|