利用DuplicateHandle,实现跨进程访问. int main() { printf("我是进程C,可以操作进程B,无法直接操作游戏A\r\n"); //已知B获取A的句柄 HANDLE ...
確定! 回上一頁