This commit is contained in:
firmianay 2018-01-10 17:43:38 +08:00
parent 3e78d24086
commit dc10687bc8
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@
[下载文件](../src/writeup/6.1.10_0ctf2017_babyheap2017)
## 题目复现
这个题目给出了二进制文件。在 Ubuntu 16.04 上libc 就用自带。
这个题目给出了二进制文件。在 Ubuntu 16.04 上libc 就用自带
```
$ file babyheap
babyheap: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=9e5bfa980355d6158a76acacb7bda01f4e3fc1c2, stripped
@ -655,3 +655,4 @@ io.interactive()
## 参考资料
- [0ctf Quals 2017 - BabyHeap2017](http://uaf.io/exploitation/2017/03/19/0ctf-Quals-2017-BabyHeap2017.html)
- [how2heap](https://github.com/shellphish/how2heap)