CreateRemoteThread是一个Windows API函数,它能够创建一个在其它进程地址空间中运行的线程(也称:创建远程线程).。 转载于:https://www.cnblogs.com/hshy/p/10903581.html