[DllImport("ntdll.dll", SetLastError = true)] public static extern int NtSuspendProcess( IntPtr ProcessHandle );
Last updated 1 year ago