Shellcoders Programming Uncovered (Uncovered series)
Chapter List
- Chapter 4: Buffers Subject to Overflow (Lane of Monsters)
- Chapter 5: Exploiting SEH
- Chapter 6: Specifiers Under Control
- Chapter 7: Practical Overflow Example
- Chapter 8: Searching for Overflowing Buffers
- Chapter 9: Methods of Protecting Buffers Against Overflow
Part Overview
This part covers various overflow mechanisms, their possible consequences, and various organizational issues, such as the order of overflowing buffers, the variables that are overwritten, and the placement of auxiliary data structures in RAM.