Saved Bookmarks
| 1. |
What Is Dep (data Execution Prevention)? |
|
Answer» DATA Execution Prevention is a mechanism BUILT into some CPU's to check WHETHER or not the data within a particular chunk of memory is tagged as code or as data before allowing any address in that chunk of memory to be used by the CPU to execute any instructions. Data Execution Prevention is a mechanism built into some CPU's to check whether or not the data within a particular chunk of memory is tagged as code or as data before allowing any address in that chunk of memory to be used by the CPU to execute any instructions. |
|