-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathREADME.txt
More file actions
35 lines (21 loc) · 985 Bytes
/
README.txt
File metadata and controls
35 lines (21 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=====================
SIMPLE VIRUS DETECTOR
=====================
Find the source code of the project in "src" folder.
Open in NetBeans to run the project from IDE.
To run the project :
--------------------
1) Go to "dist" folder in terminal.
2) Execute command : java -jar "VirusAnalyzer.jar"
3) Select the file you want scan for virus, from the file chooser window.
4) Program will detect whether the file contains a virus or not, based on the
md5 hash of the file's byte code and the provided virus definitions.
NOTE :
======
*) "virusDef.txt" in "dist" folder contains 1000 md5 hashes of viruses and
their names and virus types.
Source : https://virusshare.com/hashes.4n6
*) EICAR (European Institute for Computer Antivirus Research) Standard Anti-Virus Test File
can be downloaded from,
https://www.ikarussecurity.com/fileadmin/user_upload/testviren/eicar_com.zip
and can be tested on this virus detector (choose the zip file as file to detect).