CTF-All-In-One/doc/4.15_vsyscall_vdso.md
2018-04-20 21:00:41 +08:00

20 lines
361 B
Markdown

# 4.15 利用 vsyscall 和 vDSO
- [vsyscall](#vsyscall)
- [vDSO](#vdso)
- [CTF 实例](#ctf-实例)
- [参考资料](#参考资料)
## vsyscall
## vDSO
## CTF 实例
例如章节 6.1.6 的 ret2vdso。
## 参考资料
- `man vdso`
- [Creating a vDSO: the Colonel's Other Chicken](https://www.linuxjournal.com/content/creating-vdso-colonels-other-chicken)