Showing posts with label Data Execution Prevention. Show all posts
Showing posts with label Data Execution Prevention. Show all posts

Tuesday, February 14, 2012

How to disable and enable DEP on Windows 7 and Windows 2008

Although DEP (Data Executive Prevention) exist for a good reason but there might be time where you need to disable DEP for some good reasons as well (e.g. to perform troubleshooting).

Prior to Windows Vista, you can edit the “boot.ini” through the “Startup and Recovery” window by click on the “Edit” button to enable or disable DEP.

Windows 2003 System Startup

However, you can’t do the same thing for Vista and beyond.

Windows 2008 System Startup

Tuesday, December 14, 2010

Internet Explorer 8 and Data Execution Prevention

If encountered the following error when accessing a website, it means that the add-on is not DEP compatible.

Windows Data Execution Prevention detected an add-on trying to use system memory incorrectly. This can be caused by a malfunction or a malicious add-on.

image

As stated by Internet Explorer 8 - Data Execution Protection/NX, DEP mitigate memory-related vulnerabilities (for example, buffer overflows). It does so by ermmm.. crashing the program!

DEP is enabled by default in IE8. You can turn it off by running Internet Explorer elevated as Administrator, and then disable DEP/NX by unchecking “Enable memory protection to help mitigate online attacks” check box on the Internet Options / Advanced tab.