示例#1
0
 static void Hax(Process P)
 {
     using (NativeProcess NP = new NativeProcess(P)) {
         NP.ExecEmptyThread();
     }
 }