Is there any way to detect "Process or API Monitor" attaching to my app in C#

Viewed 56

I know we can easily detect a debugger in C# with some Win API ---> for more Click here !

But i need to know is there any way to detect a process monitoring software ??

I appreciate any suggestion to help me to prevent my app to being monitored in C#

0 Answers
Related