> For the complete documentation index, see [llms.txt](https://ad2001.gitbook.io/a-noobs-guide-to-arm-exploitation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ad2001.gitbook.io/a-noobs-guide-to-arm-exploitation/references.md).

# References

* <https://azeria-labs.com/heap-exploitation-part-2-glibc-heap-free-bins/>
* <https://sploitfun.wordpress.com/2015/06/23/integer-overflow/>
* <https://heap-exploitation.dhavalkapil.com/attacks/double_free>
* <https://www.geeksforgeeks.org/dynamic-memory-allocation-in-c-using-malloc-calloc-free-and-realloc/>
* <https://azeria-labs.com/heap-exploitation-part-1-understanding-the-glibc-heap-implementation/>
* <https://guyinatuxedo.github.io/27-edit_free_chunk/double_free_explanation/index.html>
* <https://guyinatuxedo.github.io/27-edit_free_chunk/heap_consolidation_explanation/index.html>
* <https://blog.attify.com/demystifying-ret2zp/>
* <https://sploitfun.wordpress.com/2015/06/16/use-after-free/>
* <https://github.com/Billy-Ellis/Exploit-Challenges>
