Table of Contents
Heap
“Heap” refers to a region of memory used for dynamic memory allocation, where objects are allocated and deallocated at runtime. This section focuses on heap-based vulnerabilities and exploitation techniques.
This explanation is based on the #link(“https://github.com/shellphish/how2heap”, “best exloration repo”) available.