Tagged Questions

2
votes
4answers
683 views

Track Data Execution Prevention (DEP) problem

When running one of our software, a tester was faced with the data execution prevention dialog of Windows. We try to reproduce this situation on a developer computer for debugging purposes : with no ...
0
votes
1answer
89 views

Calling SetProcessDEPPolicy on another process?

A game (Sims 3 to be specific) is poorly coded, and one of the ways to get it to stop randomly crashing is to add it to your DEP exception list. I don't really want to do that if I don't have to, so I ...