pub fn hide_thread(thread_handle: usize) -> Result<()>Expand description
hide thread from debugger using NtSetInformationThread
once hidden, the debugger will not receive debug events for this thread and cannot resume it after break. this operation is one-way - cannot be undone.