ITh4cker / ProjectSIRS

Implementation of a simple anti-virus using Supervised Machine Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProjectSIRS

To run the project you have to:
  1. Create a JAVA_HOME environment variable example: export JAVA_HOME='/usr/lib/jvm/oracle-jdk-7'

  2. Train the learning algorithm with the already created arff file ant create-model

  3. Run the analyser and the scanner, in this order ant run-analyser ant run-scanner

About

Implementation of a simple anti-virus using Supervised Machine Learning


Languages

Language:Java 91.8%Language:C 5.4%Language:Makefile 1.7%Language:Shell 1.0%Language:Lua 0.1%