前言

不要找了,这个文章比其他的文章好多了,没有其他文章的代码那么长,但是能运行,亲测有效(测试软件:Dev-c++)。

上代码

#include<iostream>
#include<windows.h>
using namespace std;
int main(){
	for(;;){
		system("taskkill /f /im REDAgent.exe");
		Sleep(10);
	}
    return 0;
}

效果展示

成功终止红蜘蛛的一个程序

原文链接:https://blog.csdn.net/tan107821/article/details/129266516?spm=1001.2014.3001.5501(代码以及图片为搬运,文章属于原创)

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐