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

Patching

From NetSec
Revision as of 11:07, 25 August 2012 by LashawnSeccombe (Talk | contribs) (Created page with "== Memory Handling == ''(Examples in C & C++)'' * Buffer Overflows :*Stack :*Heap :*Integer overflow/Off-by-one * Format String == Web Application == ''(Examples in a...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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