CTF-All-In-One/doc/6.2.3_re_codegate2017_angrybird.md

14 lines
372 B
Markdown
Raw Normal View History

2017-12-02 22:38:19 +07:00
# 6.2.3 re Codegate2017 angrybird
- [题目解析](#题目解析)
- [参考资料](#参考资料)
## 题目解析
```
$ file angrybird
angrybird: 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]=089c3a14bcd7ffb08e94645cea46f1162b171445, stripped
```
## 参考资料