This is a Python Based Malware Detector which detects if PE is malware or Legitimate by using Random Forest Machine Learning Model, which matches the PE headers to a Malware Headers
-
Windows :
python -m venv <environment_name>
Linux :virtualenv <environment_name>
thensource <environment_name>/bin/activate
-
pip install -r Requirements.txt
-
python3 malwrdect.py <path to .exe file> or <name>.exe