# Heap exploitation

- [Heap overflow](/pwn/heap-exploitation/heap-overflow.md)
- [Challenge example](/pwn/heap-exploitation/heap-overflow/challenge-example.md)
- [Use after free](/pwn/heap-exploitation/use-after-free.md)
- [Challenge example](/pwn/heap-exploitation/use-after-free/challenge-example.md)
- [Double free](/pwn/heap-exploitation/double-free.md): Arbitrary write
- [Unlink exploit](/pwn/heap-exploitation/unlink-exploit.md)
