Skip to main content

ReverseEngineering

loading
Buffer Overflow: The Dark Art of Exploiting Memory
·1888 words·9 mins· loading · loading
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.