Concept
Data Execution Prevention 0
Data Execution Prevention (DEP) is a security feature that prevents code from being executed in certain regions of memory that are designated as non-executable, such as the stack and heap. This helps to mitigate exploits like buffer overflows by ensuring that even if malicious code is injected into these regions, it cannot be executed by the processor.
Relevant Degrees