0% found this document useful (0 votes)
9 views

Contents

This document discusses the development of an e-antivirus software system. It includes sections on the types of antivirus software, computer viruses, objectives of the project, system design including workflow diagrams and class diagrams, screenshots of the antivirus software, testing procedures, and conclusions. The system was designed to scan for and detect computer viruses on a system through various techniques like conventional disk scanning, memory resident scanning, and behavior-based detection.

Uploaded by

rakeshrakesh1
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views

Contents

This document discusses the development of an e-antivirus software system. It includes sections on the types of antivirus software, computer viruses, objectives of the project, system design including workflow diagrams and class diagrams, screenshots of the antivirus software, testing procedures, and conclusions. The system was designed to scan for and detect computer viruses on a system through various techniques like conventional disk scanning, memory resident scanning, and behavior-based detection.

Uploaded by

rakeshrakesh1
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

BMIET

E-ANTIVIRUS

CONTENTS
LIST OF FIGURES 1. ABSTRACT 2. INTRODUCTION 2.1. ANTIVRUS 2.2. TYPES OF ANTIVIRUS 2.2.1. CONVENTIONAL DISK SCANNER 2.2.2. MEMORY RESIDENT SCANNERS 2.2.3. BEHAVIOR BASED DETECTION 2.2.4. START UP SCANNERS 2.2.5. INOCULATION 2.3. COMPUTER VIRUS 2.4. ROLE OF ANTIVIRUS 3. ABOUT THE PROJECT 3.1. OBJECTIVES 3.2. REQUIREMENT ANALYSIS 3.3. FEASIBILITY STUDY 4. SYSTEM DESIGN 4.1. SYSTEM PERFORMANCE 4.2. SOFTWARE LIFE CYCLE 4.3. WORKFLOW DIAGRAM 4.4. ARCHITECTURE DIAGRAM 4.5. USE CASE DIAGRAM 4.6. CLASS DIAGRAM 5. SCREENSHOTS 6. CODING 7. TESTING 7.1. TESTING AND DEBUGGING 7.1.1. UNIT TESTING 7.1.2. INTEGRATION TESTING
iii

v 1 2 2 2 3 3 3 3 4 7 8 8 10 11 12 13 14 15 16 23 93 94 94

BMIET

E-ANTIVIRUS

7.1.3. VALIDATION TESTING 7.1.4. OUTPUT TESTING 7.1.5. BLACKBOX AND WHITEBOX TESTING 7.1.6. USER ACCEPTANCE TESTING 8. ADVANTAGES 9. LIMITATIONS 10.FUTURE SCOPE 11.CONCLUSIONS & RECCOMENDATIONS 11.1. CONCLUSIONS 11.2. RECCOMENDATIONS 12.REFERENCES

95 95 95 96 97 99 100 101 101 102

iv

BMIET

E-ANTIVIRUS

LIST OF FIGURES
1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. SOFTWARE LIFE CYCLE (FIG. 4.1) WORKFLOW DIAGRAM (FIG. 4.2) ARCHITECTURE DIAGRAM (FIG. 4.3) USECASE DIAGRAM (FIG. 4.4) CLASS DIAGRAM (FIG. 4.5) STATUS TAB (FIG. 5.1) SCAN TAB (FIG. 5.2) SCAN TAB (FIG. 5.3) SCAN TAB (FIG. 5.4) SCAN TAB (FIG. 5.5) QUARANTINE TAB SCAN TAB (FIG. 5.6) ABOUT US TAB (FIG. 5.7) TESTING (FIG. 7.1) 11 12 13 14 15 16 17 18 19 20 21 22 94

You might also like