An open API service indexing awesome lists of open source software.

https://github.com/str8outtaheap/heapwn

Linux Heap Exploitation Practice
https://github.com/str8outtaheap/heapwn

ctf exploitation heap linux pwning

Last synced: 9 months ago
JSON representation

Linux Heap Exploitation Practice

Awesome Lists containing this project

README

          

# heapwn
Heap exploitation is a dark art to me. This repo is an attempt to document my findings/notes on the heap pwnables I deal with while learning glibc malloc's internals.

### Resources

* [Glibc Malloc For Exploiters](https://github.com/yannayl/glibc_malloc_for_exploiters)

* [how2heap](https://github.com/shellphish/how2heap)

* [ptmalloc fanzine](http://tukan.farm/2016/07/26/ptmalloc-fanzine/)

* [Understanding glibc malloc](https://sploitfun.wordpress.com/2015/02/10/understanding-glibc-malloc/)

* [Heap Exploitation](https://heap-exploitation.dhavalkapil.com/)

* [Play with FILE Structure - Yet Another Binary Exploit Technique](http://4ngelboy.blogspot.gr/2017/11/play-with-file-structure-yet-another.html)

* [Libio VTable Mitigation Bypass](http://blog.rh0gue.com/2017-12-31-34c3ctf-300/)