Data Execution Prevention |
Previous Top Next |
- | Add execute permission to all EXE/DLL pages |
When this option is selected, the application's EXE & DLL code pages will all be given execute permission. This solves most problems of legacy applications not running on DEP platform. |
- | Add execute permission to dynamically allocated pages |
When this option is selected, the application's EXE & DLL code pages will all be given execute permission. As well, any dynamically allocated memory created by the application will be given execute permission. This solves problems of DEP crashes for legacy programs that generate code dynamically in memory. |