static struct file_operations vgk_fops = .unlocked_ioctl = vgk_ioctl, ;
case IOCTL_KILL_PROCESS: pid = *(HANDLE*)user_buffer; ZwTerminateProcess(pid, 0); Vgk Driver