病毒伪代码注释

progame V: //将v传给编辑器
{goto main; == //无条件跳转到main处后执行程序==
1234567; //定义一个值
subroutine infect-executable; == //用于感染某个程序==
{loop; == //定义一个值==
file:=get-random-excutable-file; //随机获取文件
if(first-line-of-file=1234567)goto 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; == //破坏除压缩文件的所有文件==
}

发布了2 篇原创文章 · 获赞 1 · 访问量 31

猜你喜欢

转载自blog.csdn.net/jnx5945/article/details/104942577