mirror of
https://github.com/nganhkhoa/CTF-All-In-One.git
synced 2024-12-25 11:41:16 +07:00
20 lines
361 B
Markdown
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)
|