首页
会员中心
到顶部
到尾部
计算机科学与技术毕业设计

“欢乐时光”病毒检测工具的实现001

时间:2020/10/13 21:40:02  作者:  来源:  查看:0  评论:0
内容摘要: “欢乐时光”病毒检测工具的实现摘    要    病毒检测是计算机安全领域的重要技术之一,是反病毒技术的核心。利用病毒检测技术便于发现计算机系统是否受到安全威胁,同时也可以及时通告用户做好病毒防范措施。本论文从计...

“欢乐时光”病毒检测工具的实现
摘    要
    病毒检测是计算机安全领域的重要技术之一,是反病毒技术的核心。利用病毒检测技术便于发现计算机系统是否受到安全威胁,同时也可以及时通告用户做好病毒防范措施。本论文从计算机病毒及其检测的基本理论出发,对经典的欢乐时光脚本病毒的特点进行分析,提出了预防脚本病毒的主要方法,得出了对欢乐时光脚本病毒有效的检测方法,最后用VC++设计实现了一个对该病毒的检测工具,该病毒检测工具采用匹配病毒感染标识的检测方法,在遍历文件的同时对文件进行检测。同时该检测工具也具有清理相关注册表项及限制使用次数等功能。该病毒检测工具能够准确地检测到计算机系统中被欢乐时光脚本病毒所感染的文件并删除病毒脚本。

关键词:计算机安全;欢乐时光脚本病毒;病毒检测;病毒感染标识的匹配;遍历文件夹
 
The Implementation of HappyTime Virus Detection Software
Abstract
    Virus detection is one of the most significant technologies in computer security field as well as the core technology in anti-virus software. With the technology of virus detection, it is useful to discover whether a computer system is safe or not. Simultaneously, it could also inform users to do some preventive measure for virus promptly. Based on the basic concept and theory of computer virus and virus detection, a classical virus, the HappyTime script virus, is well analyzed first. After that, it points out the main methods of script virus prevention. Then the effective method to detect HappyTime script virus is concluded. Finally a virus detection software for HappyTime virus is designed and realized with VC++. The virus detection software is designed to detect a virus by matching the sign string of a virus while traversing the files. The functions of cleaning up relative registry and limiting the times of using are also available in the software. This virus detection software can accurately detect the files infected by the script of HappyTime virus in the computer system and delete the viral script.

Key words: Computer security; HappyTime script virus; Virus detection; Matching the sign string of a virus; Traversing files
 
目  录

论文总页数: 22页http://www.16sheji8.cn/
1 引言 1
2 计算机病毒与病毒检测技术概述 1
2.1 计算机病毒概述 1
2.2 病毒检测概念及其发展历史 4
2.3 病毒检测的发展趋势 5
2.4 论文结构概述 6
3 需求分析 7
3.1 功能需求 7
3.2 运行环境 7
4 欢乐时光脚本病毒及其检测 7
4.1 VBS脚本病毒介绍 7
4.2 欢乐时光脚本病毒 8
4.2.1 欢乐时光病毒部分关键代码分析 8
4.2.2 欢乐时光病毒主要特点 11
4.3 利用匹配病毒感染标识方法检测病毒 11
5 设计与实现 12
5.1 总体设计思想 12http://www.16sheji8.cn/
5.2 遍历文件的实现 12
5.3 扫描文件的实现 15
5.4 软件使用次数限制实现 15
5.5 软件功能简介 17
6 检测工具的测试 19
结    论 20
参考文献 20
致    谢 21
声    明 22
 1 引言
    随着计算机技术的飞速发展,计算机应用日趋深入普及,逐步渗透到人类生活的各个方面,为社会发展做出了巨大的贡献。然而,科学技术都是在自身的矛盾中发展的,计算机技术的提高和计算机应用的普及使人们忽略了潜在的不安全因素,致使计算机的安全运行受到了病毒的严重威胁。有效地防范计算机病毒已成为计算机、互联网应用中迫切需要解决的突出问题。
    互联网的现状和未来的发展决定了研究计算机病毒和病毒检测技术的重大意义。随着互联网的飞速发展,计算机病毒技术也在迅速发展。研究计算机病毒及反毒相关技术可深入了解病毒及其相关原理,针对不同种类,不同性质的病毒采取不同的措施加以检测及防范,最大程度减少病毒的存在及传播,同时进一步加深对网络安全的认识和提高网络安全的意识。

  


相关评论
本类推荐
    广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号