Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 282 Bytes

Data Execution Prevention.md

File metadata and controls

4 lines (4 loc) · 282 Bytes

Description

Pages for the stack and heap are marked as non-executable, which prevents code loaded or generated and placed there from being executed.

  • protection against malicious code loaded from file or network from being executed.
  • Weakened by [[Return Oriented Programming]]