The application provides
- a basic analysis on a given malware executable program.
- matching score against a given virus database containing MD5 hashes of virus signatures.
Build the application using an IDE (Netbeans or any other)
My require the external Jars provided in the repository.
-
The source contiains a sample virus detail file containing virus signatures of sample malware programs.
-
The output will be produced to results.data file in the same directory of the application.
The application will execute the malware program to extract the data on process tree of the malware. The application doesnot contain nay form of security against actions of the malware.