c# - Program I created does not run without DEP disabled -


I developed a program (in C # Winforms) and distributed it through the Google site I created.

I have received a comment from someone that he is unable to work without disabling the DEP (he has Windows 7).

I read something about DEP thing and I understand that it blocks any program which seems to save the windows system with RAM ... < / P>

Did I do this when I developed the program? I have created a setup project for the program, so it creates an MSI file. Is there no way to stop my program from running those taboo pieces on Ram (if I think it's perfect)?

Links to my site if it helps -

all .net Programs, at least Since NET 2.0, possibly before a DEP compatible itself is done by a flag in the header of this executable. Dump on EXE from Visual Studio Command Prompt. Exe / headers can be seen by running:

  ... 2 subsystem (Windows GUI) 8540 DLL features Dynamic Base NX compatible // & lt; === Here is a structured exception handler terminal server aware 100000 sized stack reserved ....   

"NX" is never meant to be correct, which is a data execution Prevention mechanism is the processor It's great about it.

It has been implemented by any modern version of Windows (XP SP2 and later) and any modern processor. You can safely assume that your program is actually DEP compliant if it is implemented properly on your machine.

This user may, for any reason, see your program in an accident and start tampering with the available equipment. As close to DEP enforcement, technically it is possible that the accident was stopped. This does not mean that the program is working correctly. This does not necessarily mean that you should close this option. Which / bin / nxcompat: no option. With technically possible by running editbin.exe.

If you want to pursue this, you should ask the user for a minute of the crashing process.

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -