Skip to content

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

Notifications You must be signed in to change notification settings

ny3xy/Malware-Detector-Using-Machine-Learning

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published