Len-Stevens / Python-Antivirus

A simple antivirus coded in python capable of scanning selected files and deleting files that it detects as infected. This antivirus uses a large list of MD5, SHA1 and SHA256 malware hashes (many of which coming from this repo - https://github.com/Len-Stevens/MD5-Malware-Hashes) to determine infections. However as this project progresses I would like to implement machine learning detection with the long term goal of becoming a fully functioning antivirus. All Donations in Cryptocurrency are highly appreciated: Bitcoin: bc1qgnvw4x7w4m7uhafdne7seu4fvs73m44v9fu3ng Monero: 42xCsURykTQGqz6Kmy4rBm4ZVEpGv5NhcRFrqbgQZ3FzTXeFe9nzNjYCBzU7yMSGMqVzrHfNoMBfYfoALQcc69VtGNQeRWE Dogecoin: DD3rtFFBfusJSDmP8cmVp3X5Jq688B49gs Thank You! :)
GNU General Public License v3.0
88 stars 23 forks source link

buttons #19

Open lllJustVlll opened 1 year ago

lllJustVlll commented 1 year ago

How to remove some of the buttons?

cookie0o commented 1 year ago

What do you mean by that ?

lllJustVlll commented 1 year ago

I want to remove the feedback button from the program, which is located under the scan button.

cookie0o commented 1 year ago

You just have to remove every line where "ReportIssueButton" is mentioned