CTF-All-In-One/doc/4.8_dynelf.md

10 lines
383 B
Markdown
Raw Normal View History

2017-11-14 20:15:35 +07:00
# 4.8 使用 DynELF 泄露函数地址
- [参考资料](#参考资料)
## 参考资料
- [Resolving remote functions using leaks](https://docs.pwntools.com/en/stable/dynelf.html)
- [Finding Function's Load Address](http://uaf.io/exploitation/misc/2016/04/02/Finding-Functions.html)
- [借助DynELF实现无libc的漏洞利用小结](http://bobao.360.cn/learning/detail/3298.html)