public RemoteThread(RemoteProcess process, uint threadId)
 {
     Process      = process;
     ThreadId     = threadId;
     ThreadHandle = Syscall.OpenThread(Enumerations.ThreadAccessFlags.AllAccess, ThreadId);
 }