I am trying to P/invoke some method from my C# code.
The main process is running in user/system context, but I have some unsafe external code running (using P/Invoke) which might be insecure.
Is there a way to run those method in low integrity mode?