Friday, February 3, 2023

Stack Buffer Overflow

Stack - fundamental data structure type. Data is pushed on and popped off. Used for temporary storage (local variables). The stack grows down - The heap grows up.

No comments:

Post a Comment

A Guide to Multi-Level Pointer Analysis

  A Comprehensive Guide to Multi-Level Pointer Analysis   A regular pointer points to only one address, but when it's accompanied by a l...