Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 648 Bytes

File metadata and controls

12 lines (11 loc) · 648 Bytes

Malware-Detector-Using-Machine-Learning

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

How To run the Program

  1. open the Directory "Malware-Detector-Using-Machine-Learning" and start a virtual environment

    Windows : python -m venv <environment_name>
    Linux : virtualenv <environment_name>
    then source <environment_name>/bin/activate

  2. Install dependencies :

    pip install -r Requirements.txt

  3. run the Program :

    python3 malwrdect.py <path to .exe file> or <name>.exe