Questions about this topic? Sign up to ask in the talk tab.

Patching

From NetSec
Jump to: navigation, search

Memory Handling

(Examples in C & C++)

  • Buffer Overflows
  • Stack
  • Heap
  • Integer overflow/Off-by-one
  • Format String

Web Application

(Examples in all of the interpreted languages)

  • Prepared statements
  • Legacy