Project

MALWARE SCANNER

   * I made a .py scanner that can scan for malware and delete them via automated command prompt.
   * Program is still on development level
   * Program might behave differently on various local machine
   * Clone project, install dependencies and give me feedback

Installation

  • git clone
  • pip install requirements.txt

Create your exe file

  • python setup.py py2exe
  • you will find your .exe in your dist folder

🚨🚨WARNING!!!🚨🔴

  • py2exe work only on Windows OS

Contributors are welcome😎✌