Hi guys
I used C# made a application for my company. But they say the binary file has a "force integrity disabled" problem.
I know in C++, we can use link /INTEGRITYCHECK to set IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY flag,but how can I do that in C#?