[DllImport("ntdll.dll", SetLastError = true)]
public static extern IntPtr NtResumeProcess(IntPtr ProcessHandle);
<DllImport("ntdll.dll", SetLastError:=True)> _
Public Shared Function NtResumeProcess(ByVal ProcessHandle As IntPtr) As IntPtr
End Function
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!