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

Difference between revisions of "Patching"

From NetSec
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 11:07, 25 August 2012

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