You must log in or # to comment.
Tries to stop unwanted code from running but does a bad job at is.
Basically, it marks regions of memory as places where code cannot be run. They are considered data-only.
https://learn.microsoft.com/en-us/windows/win32/memory/data-execution-prevention


