BOF
Buffer Overflow: The Dark Art of Exploiting Memory
·1888 words·9 mins
Getting Started # A buffer overflow occurs when a program writes more data to a buffer (a contiguous block of memory) than it can hold, leading to adjacent memory locations being overwritten. In this blog, we will start with an introduction to stack-based buffer overflows and explore a technique called ret2win