# heap-exploitation

## heap-exploitation

- [Preface](https://heap-exploitation.dhavalkapil.com/readme.md)
- [Author](https://heap-exploitation.dhavalkapil.com/author.md)
- [Introduction](https://heap-exploitation.dhavalkapil.com/introduction.md)
- [Heap Memory](https://heap-exploitation.dhavalkapil.com/heap_memory.md)
- [Diving into glibc heap](https://heap-exploitation.dhavalkapil.com/diving_into_glibc_heap.md)
- [malloc\_chunk](https://heap-exploitation.dhavalkapil.com/diving_into_glibc_heap/malloc_chunk.md)
- [malloc\_state](https://heap-exploitation.dhavalkapil.com/diving_into_glibc_heap/malloc_state.md)
- [Bins and Chunks](https://heap-exploitation.dhavalkapil.com/diving_into_glibc_heap/bins_chunks.md)
- [Internal Functions](https://heap-exploitation.dhavalkapil.com/diving_into_glibc_heap/internal_functions.md)
- [Core Functions](https://heap-exploitation.dhavalkapil.com/diving_into_glibc_heap/core_functions.md)
- [Security Checks](https://heap-exploitation.dhavalkapil.com/diving_into_glibc_heap/security_checks.md)
- [Heap Exploitation](https://heap-exploitation.dhavalkapil.com/attacks.md)
- [First Fit](https://heap-exploitation.dhavalkapil.com/attacks/first_fit.md)
- [Double Free](https://heap-exploitation.dhavalkapil.com/attacks/double_free.md)
- [Forging chunks](https://heap-exploitation.dhavalkapil.com/attacks/forging_chunks.md)
- [Unlink Exploit](https://heap-exploitation.dhavalkapil.com/attacks/unlink_exploit.md)
- [Shrinking Free Chunks](https://heap-exploitation.dhavalkapil.com/attacks/shrinking_free_chunks.md)
- [House of Spirit](https://heap-exploitation.dhavalkapil.com/attacks/house_of_spirit.md)
- [House of Lore](https://heap-exploitation.dhavalkapil.com/attacks/house_of_lore.md)
- [House of Force](https://heap-exploitation.dhavalkapil.com/attacks/house_of_force.md)
- [House of Einherjar](https://heap-exploitation.dhavalkapil.com/attacks/house_of_einherjar.md)
- [Secure Coding Guidelines](https://heap-exploitation.dhavalkapil.com/secure_coding_guidelines.md)
