A lot of organizations could use a little extra help in this current political climate.
eff.org • ACLU • UNICEF • Planned Parenthood • Black Girls Code • PBS • archive.org • Wikipedia • Immigrants' Rights (ACLU)
var threadHandle = OpenThread(0x0002, false, (uint)thread.Id); SuspendThread(threadHandle); CloseHandle(threadHandle);
var process = Process.GetProcessById(processId); foreach (ProcessThread thread in process.Threads)
public void SuspendProcess(int processId)
[DllImport("kernel32.dll")] static extern int CloseHandle(IntPtr hThread);