BAV.v2

所属分类:杀毒
开发工具:Visual C++
文件大小:76KB
下载次数:549
上传日期:2006-03-14 09:08:52
上 传 者pailier
说明:  杀毒软件基本框架,利用这个可以开发自己的杀毒软件
(basic framework of antivirus software, use of this could develop its own antivirus software)

文件列表:
BAV\BAV.cpp (1955, 2005-07-09)
BAV\BAV.proj (16384, 2005-07-14)
BAV\BAV.sln (895, 2005-07-04)
BAV\BAV.vcproj (4691, 2005-07-12)
BAV\Debug (0, 2005-08-21)
BAV\define.h (3640, 2005-08-21)
BAV\Engine.cpp (3046, 2005-07-13)
BAV\Engine.h (769, 2005-07-11)
BAV\FileObject.cpp (2524, 2005-08-21)
BAV\FileObject.h (711, 2005-08-20)
BAV\MemFileObject.cpp (2371, 2005-08-20)
BAV\MemFileObject.h (585, 2005-08-20)
BAV\ParsePE.cpp (3663, 2005-08-21)
BAV\ParsePE.h (245, 2005-08-20)
BAV\ScanObject.cpp (196, 2005-08-20)
BAV\ScanObject.h (685, 2005-08-20)
BAV\stdafx.cpp (290, 2005-07-04)
BAV\stdafx.h (457, 2005-07-07)
BAV\VirusDB.cpp (8679, 2005-08-21)
BAV\VirusDB.h (452, 2005-08-20)
BAV\VirusInfo.cpp (478, 2005-08-21)
BAV\VirusInfo.h (129, 2005-07-09)
BAV (0, 2005-08-21)

http://bav.netsvc.org /////////////////////////////////////////////////////////////////////////// English: Basic Anti Virus is a GPL antivirus software for Windows. The main purpose of this project is to demonstrate the architecture and key technology of commercial AV software. This software, using C++/STL and MS VC7.1(VS.NET 2003), support all windows platforms ,but Windows XP is the most suitable one. This project trying to show the main functions (in architecture level only) of a commercial AV software,that means it may have some empty classes, and you can implement it by yourself and submit to our web site. Enjoy the open source. Chinese: Basic Anti Virus是一款遵守GPL协议的Windows系统下的杀毒软件。这款软件设计目 的是演示商业杀毒软件的架构和关键技术。 本软件采用C++/STL和MS VC7.1(VS.NET 2003),支持所有Windows 95以后的版本,但是 只有Windows XP是经过测试的。 这个项目试图演示所有商业杀毒软件的主要功能(只是在架构层面),这意味着可能 会有大量空的类,你可以自己试着实现并提交到我们主页的论坛上,享受开源的乐趣。 /////////////////////////////////////////////////////////////////////////// History: v0.1 Basic arthitecture of an antivirus software. Scan simple virus. 具有了基本的杀毒软件架构,可以查简单特征的病毒。 v0.2 将define.h中的int都改为INT,为将来可能的移植准备。 修改引擎,支持结构偏移和逻辑比较。 增加CIH 1.2病毒特征码。特征都加的比较靠前,不知道会不会和其他CIH变种误报。 已知问题: 现在是按照病毒库的特征类新来调用格式分析器,这样一个文件就会被多次分析。 当以后增加文件类型识别的预处理过程时,此问题自然解决。

近期下载者

相关文件


收藏者