I have a integrity problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • josephenli
    New Member
    • May 2022
    • 1

    I have a integrity problem

    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_DLLCHARAC TERISTICS_FORCE _INTEGRITY flag,but how can I do that in C#?
  • Stoney L
    New Member
    • May 2022
    • 11

    #2
    So can't you use C++ to make the application?

    Comment

    Working...