ウイルスの擬似コードにコメントを追加

progame V:= 					//将v传给编辑器
{goto main;					//无条件跳转到main处后执行程序
1234567//定义一个值
	subroutine infect-executable;=      	//用于感染某个程序 
	{loop;								//定义一个值
	  file:=get-random-excutable-file; 	 //随机获取文件
	  if(first-line-of-file=1234567goto loop       //将获取的文件转为1234567后循环
		  compress file;                       //压缩文件
	 	 prepend V to file;}         //把v前置在随机文件之前
	subroutine do-damage:=                   //如果造成损害
		{whatever damage is to be done}    //不用理会
	subroutine trigger-pulled:=           //如果被启动
		{return turn if some condition holds}//返回
}
main:main-program:=     //定义main或编辑器
{
	{infect-executable;         //用于感染某个程序 
	if trigger-pulled then do-damamge; //用于破坏程序
	goto next;}  //执行next
next:	uncompress rest-of-file; //破坏除压缩文件的所有文件
}

参考のためにのみ

リリース3元の記事 ウォンの賞賛1 ビュー70

おすすめ

転載: blog.csdn.net/weixin_46484469/article/details/104916070