コード例 #1
0
 public void Execute()
 {
     NativeFunctions.CreateRemoteThread(Context.Handle, 0, 0, Address, 0, 0, out int th);
     Thread = th;
 }