Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 673 Bytes

buffer-overflow-basics.md

File metadata and controls

11 lines (5 loc) · 673 Bytes

The Basics of Buffer Overflows

Knowing what we know about memory, now we can try to understand buffer-overflow. In general, buffer overflows target stack frames allocated to data structures being used by a program. The goal is to overwrite and overflow the stack frame in order to access memory not intended to be accessed by that frame.

See Buffer Overflow

[!My previous notes (linked in text)]

  • You'll find them all here