病毒软件的结构

来源:百度知道 编辑:UC知道 时间:2024/06/11 19:29:15
(1)将病毒放在电子邮件的附件中寄给受害者,引诱受害者打开电子邮件附件而传染病毒。
(2)将病毒直接放在电子邮件内寄给受害者,诱使受害者阅读电子邮件而传染病毒。
(1)传染子程序——用于寻找还没有被传染的可执行文件,将病毒软件执行代码嵌入其中。
(2)引发子程序——定义病毒发作的条件。
(3)破坏子程序——定义具体的破坏操作,例如删除或修改文件。
F4=INDEX(单价!$B$3:$F$10,MATCH(D4,单价!$B$3:$B$10,0),MATCH(C4,单价!$B$3:$F$3,0))
Function d(s)
If s >= 1000 Then
d = 0.1
ElseIf s >= 750 Then
d = 0.07
Sub huizong()模糊分类汇总
s1 = 0: s2 = 0: s3 = 0: s4 = 0: s5 = 0
For i = 3 To 13
If Left(Cells(i, 3), 2) = "彩电" Then s1 = s1 + Cells(i, 6)
Next i
Range("f15") = s1

If(strlen(pstr)%N!=0)
m=(strlen(pstr)/N+1)*N;
else
m=(strlen(pstr)/N)*N;

Select * from 工资表 where 姓名 like '2%'
UPDATE 工资表 SET 工资 =工资*1.1
INSERT INTO 工资表 VALUES"+"("+"'"+number+"','"+name+"',"+m+","+e+","+p+")
#include "iostream.h"
#include "stdlib.h"
#include "time.h"
void out_rand()
{
int a[48],i,k;

k=(99-0+1)* rand()/RAND_MAX+0;

#include "iostream.h"
#include "string.h"
#include "conio.h"
for(i=0;i<9;i++)
{
k=i;
for(j=i+1;j<10;++j)
if(strcmp(item[k],item[j])>0) k=j; /比较两个字符串大小
strcpy(t,item[k]);strcpy(item[k],item[i]);strcpy(item[i],t);
}

void countValue()
{
int i,thou,hun,ten,data;
for(i=5000;i>=1000;i--)
{
thou=i/1000;
hun=i%1000/100;
ten=i%100/10;
data=i%10;